DBA Data[Home] [Help]

APPS.OE_LINE_SCREDIT_SECURITY dependencies on OE_ORDER_CACHE

Line 38: OE_Order_Cache.Load_Order_Header(p_record.header_id);

34: --
35: BEGIN
36:
37: IF l_code_level >= '110510' THEN
38: OE_Order_Cache.Load_Order_Header(p_record.header_id);
39: l_transaction_phase_code := oe_order_cache.g_header_rec.transaction_phase_code;
40: END IF;
41:
42: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained

Line 39: l_transaction_phase_code := oe_order_cache.g_header_rec.transaction_phase_code;

35: BEGIN
36:
37: IF l_code_level >= '110510' THEN
38: OE_Order_Cache.Load_Order_Header(p_record.header_id);
39: l_transaction_phase_code := oe_order_cache.g_header_rec.transaction_phase_code;
40: END IF;
41:
42: l_result := OE_PC_Constraints_Admin_PVT.Is_OP_constrained
43: ( p_responsibility_id => nvl(fnd_global.resp_id, -1)