DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on ARP_EXT_BANK_PKG

Line 7532: --bug6086340 Refix the fix made by bug 5849568 using new AR API arp_ext_bank_pkg.process_cust_pay_method()

7528: --bug5849568
7529: */
7530: --bug6086777
7531:
7532: --bug6086340 Refix the fix made by bug 5849568 using new AR API arp_ext_bank_pkg.process_cust_pay_method()
7533: --Creating a receipt method assignment at the site level if it does not exist so that Autoinvoice goes through
7534: IF l_receipt_method_id IS NOT NULL THEN
7535: -- Added for bug 6911267, to get Invoice To Customer Id
7536: oe_oe_form_header.get_invoice_to_customer_id(p_site_use_id => p_header_rec.invoice_to_org_id,

Line 7545: l_cust_pay_method_id := arp_ext_bank_pkg.process_cust_pay_method

7541: END IF;
7542: l_trx_date := nvl(p_header_rec.ordered_date, sysdate)
7543: - nvl( to_number(fnd_profile.value('ONT_DAYS_TO_BACKDATE_BANK_ACCT')), 0);
7544:
7545: l_cust_pay_method_id := arp_ext_bank_pkg.process_cust_pay_method
7546: ( p_pay_method_id => l_receipt_method_id
7547: , p_customer_id => l_invoice_to_customer_id -- p_header_rec.sold_to_org_id -- Bug 6911267
7548: , p_site_use_id => p_header_rec.invoice_to_org_id
7549: , p_as_of_date => l_trx_date