DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_PICKING_PUB

Line 1524: WIP_PICKING_PUB.Is_Component_Pick_Released(p_wip_entity_id => p_wip_entity_id,

1520:
1521: If (l_required_quantity <> cur_row.required_quantity AND
1522: (cur_row.inventory_item_id_new is NULL or
1523: cur_row.inventory_item_id_old = cur_row.inventory_item_id_new) and
1524: WIP_PICKING_PUB.Is_Component_Pick_Released(p_wip_entity_id => p_wip_entity_id,
1525: p_org_id => p_organization_id,
1526: p_operation_seq_num => cur_row.operation_seq_num,
1527: p_inventory_item_id => cur_row.inventory_item_id_old)) then
1528:

Line 1532: wip_picking_pub.Update_Component_BackOrdQty(p_wip_entity_id => p_wip_entity_id,

1528:
1529: FND_MESSAGE.set_name('WIP', 'WIP_QTY_REQ_CHANGE_WARNING');
1530: wip_jsi_utils.record_current_error(TRUE) ;
1531:
1532: wip_picking_pub.Update_Component_BackOrdQty(p_wip_entity_id => p_wip_entity_id,
1533: p_operation_seq_num => cur_row.operation_seq_num,
1534: p_new_component_qty => cur_row.required_quantity,
1535: p_inventory_item_id => cur_row.inventory_item_id_old,
1536: x_return_status => x_return_status,

Line 1547: WIP_PICKING_PUB.Is_Component_Pick_Released(p_wip_entity_id => p_wip_entity_id,

1543: l_supply_subinventory <> cur_row.supply_subinventory or
1544: l_supply_locator_id <> cur_row.supply_locator_id ) and
1545: (cur_row.inventory_item_id_new is NULL or
1546: cur_row.inventory_item_id_old = cur_row.inventory_item_id_new) and
1547: WIP_PICKING_PUB.Is_Component_Pick_Released(p_wip_entity_id => p_wip_entity_id,
1548: p_org_id => p_organization_id,
1549: p_operation_seq_num => cur_row.operation_seq_num,
1550: p_inventory_item_id => cur_row.inventory_item_id_old)) then
1551:

Line 1552: WIP_PICKING_PUB.cancel_comp_allocations(p_wip_entity_id => p_wip_entity_id,

1548: p_org_id => p_organization_id,
1549: p_operation_seq_num => cur_row.operation_seq_num,
1550: p_inventory_item_id => cur_row.inventory_item_id_old)) then
1551:
1552: WIP_PICKING_PUB.cancel_comp_allocations(p_wip_entity_id => p_wip_entity_id,
1553: p_operation_seq_num => cur_row.operation_seq_num,
1554: p_inventory_item_id => cur_row.inventory_item_id_old,
1555: p_wip_entity_type => WIP_CONSTANTS.DISCRETE,
1556: x_return_status => x_return_status,