DBA Data[Home] [Help]

APPS.WIP_WORK_ORDER_PVT dependencies on WIP_GLOBALS

Line 80: IF p_Wip_Entities_tbl(I).action = WIP_GLOBALS.G_OPR_LOCK THEN

76: -- Lock Wip_Entities
77:
78: FOR I IN 1..p_Wip_Entities_tbl.COUNT LOOP
79:
80: IF p_Wip_Entities_tbl(I).action = WIP_GLOBALS.G_OPR_LOCK THEN
81:
82: WIP_Wip_Entities_Util.Lock_Row
83: ( p_Wip_Entities_rec => p_Wip_Entities_tbl(I)
84: , x_Wip_Entities_rec => l_Wip_Entities_rec

Line 104: IF p_FlowSchedule_tbl(I).action = WIP_GLOBALS.G_OPR_LOCK THEN

100: -- Lock FlowSchedule
101:
102: FOR I IN 1..p_FlowSchedule_tbl.COUNT LOOP
103:
104: IF p_FlowSchedule_tbl(I).action = WIP_GLOBALS.G_OPR_LOCK THEN
105:
106: WIP_Flowschedule_Util.Lock_Row
107: ( p_FlowSchedule_rec => p_FlowSchedule_tbl(I)
108: , x_FlowSchedule_rec => l_FlowSchedule_rec

Line 128: IF p_DiscreteJob_tbl(I).action = WIP_GLOBALS.G_OPR_LOCK THEN

124: -- Lock DiscreteJob
125:
126: FOR I IN 1..p_DiscreteJob_tbl.COUNT LOOP
127:
128: IF p_DiscreteJob_tbl(I).action = WIP_GLOBALS.G_OPR_LOCK THEN
129:
130: WIP_Discretejob_Util.Lock_Row
131: ( p_DiscreteJob_rec => p_DiscreteJob_tbl(I)
132: , x_DiscreteJob_rec => l_DiscreteJob_rec

Line 152: IF p_RepSchedule_tbl(I).action = WIP_GLOBALS.G_OPR_LOCK THEN

148: -- Lock RepSchedule
149:
150: FOR I IN 1..p_RepSchedule_tbl.COUNT LOOP
151:
152: IF p_RepSchedule_tbl(I).action = WIP_GLOBALS.G_OPR_LOCK THEN
153:
154: WIP_Repschedule_Util.Lock_Row
155: ( p_RepSchedule_rec => p_RepSchedule_tbl(I)
156: , x_RepSchedule_rec => l_RepSchedule_rec

Line 636: Wip_Globals.Get_Locator_Control(l_kanban_rec.organization_id,

632: x_supply_status := l_kanban_rec.supply_status;
633: x_subinventory := l_kanban_rec.subinventory_name;
634: x_locator_id := l_kanban_rec.locator_id;
635: IF Nvl(x_locator_id,FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM THEN
636: Wip_Globals.Get_Locator_Control(l_kanban_rec.organization_id,
637: x_subinventory,
638: l_kanban_rec.inventory_item_id,
639: l_return_status,
640: l_msg_count,