Marina Guerrero Ninecon Consultores Associados
Marina Guerrero Ninecon Consultores Associados
Fyi
LAD Add-on Localizations - Special Instructions for Brazilian Localization Installation in R12 (Doc
ID 428474.1)
1
- Inside "function Ap_Special_Rate", just after the "begin" include:
if CLL_F036_calculation_pkg.CHECK_COUNTRY(NULL,P_INVOICE_ID,NULL) = TRUE
then
return(CLL_F036_CALCULATION_PKG.Ap_Special_Rate
(P_Tax_Name ,P_Invoice_Id
,P_Payment_Num ,P_Awt_Date
,P_Amount));
end if;
if CLL_F036_calculation_pkg.CHECK_COUNTRY(NULL,NULL,P_CHECKRUN_NAME) =
TRUE then
CLL_F036_calculation_pkg.calculate_awt_batches (p_checkrun_name =>
P_Checkrun_Name);
end if;
Release 12.2.x: