DBA Data[Home] [Help]

APPS.AP_INTEREST_INVOICE_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1269: l_system_interest_account ap_system_parameters_all.INTEREST_CODE_COMBINATION_ID%type;

1265: l_inv_distribution_line_number number;
1266: l_distribution_total number;
1267: l_distribution_base_total number;
1268: l_account_from_ap_system CHAR(1) ;
1269: l_system_interest_account ap_system_parameters_all.INTEREST_CODE_COMBINATION_ID%type;
1270:
1271:
1272:
1273:

Line 2205: FROM ap_system_parameters_all asp,

2201: --4533605, modified this for moac
2202:
2203: SELECT nvl(interest_tolerance_amount,0)
2204: INTO C_interest_tolerance_amount
2205: FROM ap_system_parameters_all asp,
2206: ap_invoices_all ai
2207: WHERE ai.org_id = asp.org_id
2208: AND ai.invoice_id = p_invoice_id;
2209: