DBA Data[Home] [Help]

APPS.OE_LINE_UTIL_EXT dependencies on OE_ORDER_CACHE

Line 1366: OE_Order_Cache.Load_Order_Header(p_initial_line_rec.header_id); -- 13706641

1362: PROCEDURE ship_set IS
1363: l_set_status VARCHAR2(1);
1364: BEGIN
1365: OE_DEBUG_PUB.add('Procedure ship set',1);
1366: OE_Order_Cache.Load_Order_Header(p_initial_line_rec.header_id); -- 13706641
1367: -- Bug 13730871
1368: BEGIN
1369: SELECT set_status INTO l_set_status
1370: FROM oe_sets

Line 1381: AND OE_ORDER_CACHE.g_header_rec.customer_preference_set_code = 'SHIP' -- 13706641

1377: OE_GLOBAlS.Equal(p_initial_line_rec.ship_set, p_old_line_rec.ship_set))
1378: THEN
1379: IF NVL(oe_sys_parameters.Value('ONT_LINE_SET_WH',p_initial_line_rec.org_id),'N') = 'Y'
1380: AND NVL(FND_PROFILE.VALUE('ONT_SET_FOR_EACH_LINE'),'N') = 'N' -- 13706641
1381: AND OE_ORDER_CACHE.g_header_rec.customer_preference_set_code = 'SHIP' -- 13706641
1382: AND p_initial_line_rec.split_from_line_id IS null -- 13706641
1383: AND l_set_status = 'T' -- 13730871
1384: THEN
1385: p_x_line_rec.ship_set := FND_API.G_MISS_CHAR;