DBA Data[Home] [Help]

APPS.AP_GET_SUPPLIER_BALANCE_PKG dependencies on AP_SUPPLIER_BALANCE_ITF

Line 210: INSERT INTO AP_SUPPLIER_BALANCE_ITF(

206: ) ,inv_rec.invoice_currency_code);
207:
208: IF l_amount_remaining >= nvl(p_min_invoice_balance,0) THEN
209:
210: INSERT INTO AP_SUPPLIER_BALANCE_ITF(
211: Request_id ,
212: as_of_date ,
213: organization_name ,
214: functional_currency_code ,

Line 288: INSERT INTO ap_supplier_balance_itf(

284: --bug13716228
285: --Issue 1 - prepay dist total is multipled by no.of applications
286: --Issue 2 - fnd_lookup_values results in multiple rows as when the same value
287: -- defined for multiple applications
288: INSERT INTO ap_supplier_balance_itf(
289: Request_id ,
290: as_of_date,
291: organization_name ,
292: functional_currency_code ,