DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on ARP_EXT_BANK_PKG

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

7240: --bug5849568
7241: */
7242: --bug6086777
7243:
7244: --bug6086340 Refix the fix made by bug 5849568 using new AR API arp_ext_bank_pkg.process_cust_pay_method()
7245: --Creating a receipt method assignment at the site level if it does not exist so that Autoinvoice goes through
7246: IF l_receipt_method_id IS NOT NULL THEN
7247: -- Added for bug 6911267, to get Invoice To Customer Id
7248: oe_oe_form_header.get_invoice_to_customer_id(p_site_use_id => p_header_rec.invoice_to_org_id,

Line 7257: l_cust_pay_method_id := arp_ext_bank_pkg.process_cust_pay_method

7253: END IF;
7254: l_trx_date := nvl(p_header_rec.ordered_date, sysdate)
7255: - nvl( to_number(fnd_profile.value('ONT_DAYS_TO_BACKDATE_BANK_ACCT')), 0);
7256:
7257: l_cust_pay_method_id := arp_ext_bank_pkg.process_cust_pay_method
7258: ( p_pay_method_id => l_receipt_method_id
7259: , p_customer_id => l_invoice_to_customer_id -- p_header_rec.sold_to_org_id -- Bug 6911267
7260: , p_site_use_id => p_header_rec.invoice_to_org_id
7261: , p_as_of_date => l_trx_date