DBA Data[Home] [Help]

APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on INV_MATERIAL_STATUS_GRP

Line 1650: * call inv_material_status_grp.get_lot_serial_status_control to get the *

1646: * Else *
1647: * l_status_id := p_status_id; *
1648: * end if; *
1649: * *
1650: * call inv_material_status_grp.get_lot_serial_status_control to get the *
1651: * lot_status_enabled and default_lot_status_id for the org, item and lot. *
1652: * *
1653: * if( return status Is not success ) *
1654: * return validation_status = 'N' *

Line 1664: * call inv_material_status_grp.is_status_applicable to see if the lot *

1660: * -- no status is assigned and this is an WSM organization, we don't care *
1661: * -- about status *
1662: * return validation_status = 'Y'; *
1663: * else *
1664: * call inv_material_status_grp.is_status_applicable to see if the lot *
1665: * split or lot merge or lot translate is enable or not by the status on *
1666: * the subinventory, locator, organization and lot number *
1667: * if status is applicable then *
1668: * return 'Y' *

Line 1764: inv_material_status_grp.get_lot_serial_status_control

1760: ELSE
1761: l_status_id := p_status_id;
1762: END IF;
1763:
1764: inv_material_status_grp.get_lot_serial_status_control
1765: (p_organization_id => p_organization_id
1766: , p_inventory_item_id => p_inventory_item_id
1767: , x_return_status => x_return_status
1768: , x_msg_data => x_msg_data

Line 1792: inv_material_status_grp.is_status_applicable

1788: print_debug ('validate subinventory ', 'Validate_Material_status');
1789: END IF;
1790:
1791: l_validation_status :=
1792: inv_material_status_grp.is_status_applicable
1793: (p_wms_installed => l_wms_installed
1794: , p_trx_status_enabled => NULL
1795: , p_trx_type_id => p_transaction_type_id
1796: , p_lot_status_enabled => l_lot_status_enabled

Line 1943: inv_material_status_grp.get_lot_serial_status_control

1939: , 'Validate_serial_status'
1940: );
1941: END IF;
1942:
1943: inv_material_status_grp.get_lot_serial_status_control
1944: (p_organization_id => p_organization_id
1945: , p_inventory_item_id => p_inventory_item_id
1946: , x_return_status => x_return_status
1947: , x_msg_data => x_msg_data

Line 1984: inv_material_status_grp.is_status_applicable

1980: , 'Validate_serial_status');
1981: END IF;
1982:
1983: l_validation_status :=
1984: inv_material_status_grp.is_status_applicable
1985: (p_wms_installed => l_wms_installed
1986: , p_trx_status_enabled => NULL
1987: , p_trx_type_id => p_transaction_type_id
1988: , p_lot_status_enabled => l_lot_status_enabled