DBA Data[Home] [Help]

APPS.OE_RSCH_SETS_CONC_REQUESTS dependencies on OE_SET_UTIL

Line 363: OE_SET_UTIL.Query_set_Rows

359: -- for the orders.
360: -- Now for every Ship Set perform the ReScheduling.
361:
362: -- We need to query all the lines that are a part of the Ship Set.
363: OE_SET_UTIL.Query_set_Rows
364: ( p_set_id => Get_Line_set.ship_set_id
365: ,x_line_tbl => l_set_line_tbl );
366:
367: IF l_debug_level > 0 THEN

Line 436: OE_Set_Util.Update_Set

432: IF l_set_line_tbl.count > 0 AND
433: ( l_set_line_tbl(1).Schedule_Ship_Date <>
434: l_old_line_tbl(1).Schedule_Ship_Date) THEN
435:
436: OE_Set_Util.Update_Set
437: (p_Set_Id => l_set_line_tbl(1).ship_set_id,
438: p_Ship_From_Org_Id => l_set_line_tbl(1).Ship_From_Org_Id,
439: p_Ship_To_Org_Id => l_set_line_tbl(1).Ship_To_Org_Id,
440: p_Schedule_Ship_Date => l_set_line_tbl(1).Schedule_Ship_Date,