DBA Data[Home] [Help]

APPS.JAI_RCV_THIRD_PARTY_PKG dependencies on STANDARD

Line 1239: Fnd_File.put_line(Fnd_File.LOG, ' DEBUG : 3. Before insert into insert_ap_inv_interface for Standard Invoice' );

1235: THEN
1236: -----------------------------------------------------------------------
1237: --added by eric for inclusive tax on 20-dec,2007, end
1238: Fnd_File.put_line(Fnd_File.LOG, ' ** Debug Level 2 ,insertface table : i =1 Branch :');
1239: Fnd_File.put_line(Fnd_File.LOG, ' DEBUG : 3. Before insert into insert_ap_inv_interface for Standard Invoice' );
1240:
1241: jai_ap_utils_pkg.insert_ap_inv_interface
1242: (
1243: p_jai_source => 'Third Party Invoices',

Line 1246: p_invoice_type_lookup_code => 'STANDARD',

1242: (
1243: p_jai_source => 'Third Party Invoices',
1244: p_invoice_id => ln_interface_invoice_id,
1245: p_invoice_num => lv_invoice_num,
1246: p_invoice_type_lookup_code => 'STANDARD',
1247: p_invoice_date => r_rcv_transactions.transaction_date, /* bug 9141528 */
1248: p_vendor_id => c_thirdparty_tax_rec.vendor_id,
1249: p_vendor_site_id => c_thirdparty_tax_rec.vendor_site_id,
1250: p_invoice_amount => round(ln_tax_amount,2),

Line 1270: Fnd_File.put_line(Fnd_File.LOG, ' DEBUG : 4. After insert Standard third party Invoice :' || lv_invoice_num ||' into insert_ap_inv_interface');

1266: p_last_update_login => null,
1267: p_org_id => ln_org_id -- added by csahoo for bug#6139899
1268: );
1269:
1270: Fnd_File.put_line(Fnd_File.LOG, ' DEBUG : 4. After insert Standard third party Invoice :' || lv_invoice_num ||' into insert_ap_inv_interface');
1271: --added by eric for inclusive tax on 20-dec,2007, Begin
1272: -----------------------------------------------------------------------
1273: ELSIF (i =2 )
1274: THEN