DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on OE_OE_FORM_HEADER

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

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