DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on OE_ORDER_CACHE

Line 2438: l_order_type_rec OE_ORDER_CACHE.ORDER_TYPE_REC_TYPE;

2434:
2435: l_invoice_source_id NUMBER;
2436: l_invoice_source VARCHAR2(50);
2437: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
2438: l_order_type_rec OE_ORDER_CACHE.ORDER_TYPE_REC_TYPE;
2439: l_customer_type VARCHAR2(30);
2440: l_customer_id NUMBER;
2441: l_batch_source_id NUMBER;
2442: l_sold_to_customer_id NUMBER;

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

2458: oe_debug_pub.add('l_customer_type:'||l_customer_type, 3);
2459: oe_debug_pub.add('l_customer_id:'||l_customer_id, 3);
2460: END IF;
2461:
2462: l_order_type_rec := OE_ORDER_CACHE.Load_Order_Type(p_order_type_id);
2463: l_invoice_source_id := l_order_type_rec.invoice_source_id;
2464: l_cust_trx_type_id := l_order_type_rec.cust_trx_type_id;
2465:
2466: IF l_invoice_source_id IS NOT NULL THEN