DBA Data[Home] [Help]

APPS.JAI_RCV_THIRD_PARTY_PKG dependencies on STANDARD

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

1121: THEN
1122: -----------------------------------------------------------------------
1123: --added by eric for inclusive tax on 20-dec,2007, end
1124: Fnd_File.put_line(Fnd_File.LOG, ' ** Debug Level 2 ,insertface table : i =1 Branch :');
1125: Fnd_File.put_line(Fnd_File.LOG, ' DEBUG : 3. Before insert into insert_ap_inv_interface for Standard Invoice' );
1126:
1127: jai_ap_utils_pkg.insert_ap_inv_interface
1128: (
1129: p_jai_source => 'Third Party Invoices',

Line 1132: p_invoice_type_lookup_code => 'STANDARD',

1128: (
1129: p_jai_source => 'Third Party Invoices',
1130: p_invoice_id => ln_interface_invoice_id,
1131: p_invoice_num => lv_invoice_num,
1132: p_invoice_type_lookup_code => 'STANDARD',
1133: p_invoice_date => sysdate,
1134: p_vendor_id => c_thirdparty_tax_rec.vendor_id,
1135: p_vendor_site_id => c_thirdparty_tax_rec.vendor_site_id,
1136: p_invoice_amount => round(ln_tax_amount,2),

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

1152: p_last_update_login => null,
1153: p_org_id => ln_org_id -- added by csahoo for bug#6139899
1154: );
1155:
1156: Fnd_File.put_line(Fnd_File.LOG, ' DEBUG : 4. After insert Standard third party Invoice :' || lv_invoice_num ||' into insert_ap_inv_interface');
1157: --added by eric for inclusive tax on 20-dec,2007, Begin
1158: -----------------------------------------------------------------------
1159: ELSIF (i =2 )
1160: THEN