DBA Data[Home] [Help]

APPS.OE_LINE_UTIL_EXT dependencies on OE_SETS

Line 1370: FROM oe_sets

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
1371: WHERE set_id = p_initial_line_rec.ship_set_id
1372: AND set_type = 'SHIP_SET';
1373: EXCEPTION
1374: WHEN Others THEN NULL;