DBA Data[Home] [Help]

APPS.WIP_JSI_PROCESSOR dependencies on WIP_PICKING_PVT

Line 79: wip_picking_pvt.allocate(p_alloc_tbl => l_allocTbl,

75: l_allocTbl(1).project_id := l_project_id;
76: l_allocTbl(1).task_id := l_task_id;
77: l_allocTbl(1).use_pickset_flag := 'N';
78:
79: wip_picking_pvt.allocate(p_alloc_tbl => l_allocTbl,
80: p_cutoff_date => null, -- no cutoff day
81: p_wip_entity_type => wip_constants.eam,
82: p_organization_id => x_org_id,
83: x_mo_req_number => x_mo_req_number,

Line 667: wip_picking_pvt.cancel_allocations(p_wip_entity_id => x_entity_id,

663:
664:
665: if(x_load_type = WIP_CONSTANTS.RESCHED_JOB AND x_status_type in
666: (WIP_CONSTANTS.COMP_NOCHRG, WIP_CONSTANTS.HOLD, wip_constants.cancelled)) then
667: wip_picking_pvt.cancel_allocations(p_wip_entity_id => x_entity_id,
668: p_wip_entity_type => wip_constants.discrete,
669: x_return_status => l_status,
670: x_msg_data => l_msg_data);
671: if(l_status <> FND_API.G_RET_STS_SUCCESS) then