DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_PICKING_PVT

Line 11140: wip_picking_pvt.cancel_allocations(

11136: p_program_application_id => v_wlji_program_appl_id(v_idx));
11137: end if;
11138: -- }} osp end
11139: l_stmt_num := 950.1;
11140: wip_picking_pvt.cancel_allocations(
11141: v_wlji_wip_entity_id(v_idx),
11142: 5,
11143: NULL,
11144: l_return_status,

Line 19377: wip_picking_pvt.cancel_comp_allocations(

19373: and organization_id = p_org_id
19374: and operation_seq_num = l_job_op_seq_num
19375: and inventory_item_id = l_item_old_id;
19376:
19377: wip_picking_pvt.cancel_comp_allocations(
19378: p_wip_entity_id => p_wip_entity_id,
19379: p_operation_seq_num => l_job_op_seq_num,
19380: p_inventory_item_id => l_item_old_id,
19381: p_wip_entity_type => WIP_CONSTANTS.LOTBASED,