DBA Data[Home] [Help]

APPS.OE_ORDER_COPY_UTIL dependencies on OE_ORDER_HEADERS_ALL

Line 1064: from oe_order_headers_all

1060: From Oe_invoice_to_orgs_v
1061: Where organization_id = oe_order_cache.g_header_rec.invoice_to_org_id;
1062: Select invoice_to_org_id
1063: into l_invoice_to_org_id
1064: from oe_order_headers_all
1065: where header_id = p_header_id;
1066:
1067: --populate the header payment table with the trxn_extension_id
1068: --before process order api is called for the new order.

Line 3882: from oe_order_headers_all where header_id = l_header_id;

3878: l_cpy_category := Get_Order_Category(p_copy_rec.hdr_type);
3879: IF nvl(l_cpy_category,'NULL') <> 'RETURN' THEN --R12 CC Encryption
3880: --bug 5113795
3881: select payment_type_code into l_payment_type_code
3882: from oe_order_headers_all where header_id = l_header_id;
3883: IF l_debug_level > 0 THEN
3884: oe_debug_pub.add('Payment type code in copy order..ksurendr'||l_payment_type_code);
3885: oe_debug_pub.add('Header_id ...'||l_header_id);
3886: oe_debug_pub.add('Copy Header Payments flag...'||l_copy_header_payments);