DBA Data[Home] [Help]

APPS.OE_BULK_TAX_UTIL dependencies on OE_ORDER_CACHE

Line 19: l_order_type_rec OE_ORDER_CACHE.ORDER_TYPE_REC_TYPE;

15:
16: l_invoice_source_id NUMBER;
17: l_invoice_source VARCHAR2(50);
18: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
19: l_order_type_rec OE_ORDER_CACHE.ORDER_TYPE_REC_TYPE;
20: l_customer_type VARCHAR2(30);
21: l_customer_id NUMBER;
22: l_batch_source_id NUMBER;
23: l_sold_to_customer_id NUMBER;

Line 42: l_order_type_rec := OE_ORDER_CACHE.Load_Order_Type(p_order_type_id);

38: IF l_debug_level > 0 THEN
39: oe_debug_pub.add('l_customer_type:'||l_customer_type, 3);
40: oe_debug_pub.add('l_customer_id:'||l_customer_id, 3);
41: END IF;
42: l_order_type_rec := OE_ORDER_CACHE.Load_Order_Type(p_order_type_id);
43: l_invoice_source_id := l_order_type_rec.invoice_source_id;
44: l_cust_trx_type_id := l_order_type_rec.cust_trx_type_id;
45:
46: IF l_invoice_source_id IS NOT NULL THEN