DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on OE_OE_FORM_HEADER

Line 7248: oe_oe_form_header.get_invoice_to_customer_id(p_site_use_id => p_header_rec.invoice_to_org_id,

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,
7249: x_invoice_to_customer_id => l_invoice_to_customer_id);
7250: IF l_debug_level > 0 THEN
7251: oe_debug_pub.add('Before creating receipt method assignment at site level if it does not exist', 5);
7252: oe_debug_pub.add('Invoice To Customer : ' || l_invoice_to_customer_id ||'; Invoice To Site : ' || p_header_rec.invoice_to_org_id, 5);