DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_PICKING_PUB

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

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

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

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

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

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

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

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