DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_PICKING_PVT

Line 11242: wip_picking_pvt.cancel_allocations(

11238: p_program_application_id => v_wlji_program_appl_id(v_idx));
11239: end if;
11240: -- }} osp end
11241: l_stmt_num := 950.1;
11242: wip_picking_pvt.cancel_allocations(
11243: v_wlji_wip_entity_id(v_idx),
11244: 5,
11245: NULL,
11246: l_return_status,

Line 19969: wip_picking_pvt.cancel_comp_allocations(

19965: and organization_id = p_org_id
19966: and operation_seq_num = l_job_op_seq_num
19967: and inventory_item_id = l_item_old_id;
19968:
19969: wip_picking_pvt.cancel_comp_allocations(
19970: p_wip_entity_id => p_wip_entity_id,
19971: p_operation_seq_num => l_job_op_seq_num,
19972: p_inventory_item_id => l_item_old_id,
19973: p_wip_entity_type => WIP_CONSTANTS.LOTBASED,