DBA Data[Home] [Help]

APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on INV_MATERIAL_STATUS_GRP

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

1710: * Else *
1711: * l_status_id := p_status_id; *
1712: * end if; *
1713: * *
1714: * call inv_material_status_grp.get_lot_serial_status_control to get the *
1715: * lot_status_enabled and default_lot_status_id for the org, item and lot. *
1716: * *
1717: * if( return status Is not success ) *
1718: * return validation_status = 'N' *

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

1724: * -- no status is assigned and this is an WSM organization, we don't care *
1725: * -- about status *
1726: * return validation_status = 'Y'; *
1727: * else *
1728: * call inv_material_status_grp.is_status_applicable to see if the lot *
1729: * split or lot merge or lot translate is enable or not by the status on *
1730: * the subinventory, locator, organization and lot number *
1731: * if status is applicable then *
1732: * return 'Y' *

Line 1827: inv_material_status_grp.get_lot_serial_status_control

1823: ELSE
1824: l_status_id := p_status_id;
1825: END IF;
1826:
1827: inv_material_status_grp.get_lot_serial_status_control
1828: (p_organization_id => p_organization_id
1829: , p_inventory_item_id => p_inventory_item_id
1830: , x_return_status => x_return_status
1831: , x_msg_data => x_msg_data

Line 1855: inv_material_status_grp.is_status_applicable

1851: print_debug ('validate subinventory ', 'Validate_Material_status');
1852: END IF;
1853:
1854: l_validation_status :=
1855: inv_material_status_grp.is_status_applicable
1856: (p_wms_installed => l_wms_installed
1857: , p_trx_status_enabled => NULL
1858: , p_trx_type_id => p_transaction_type_id
1859: , p_lot_status_enabled => l_lot_status_enabled

Line 2005: inv_material_status_grp.get_lot_serial_status_control

2001: , 'Validate_serial_status'
2002: );
2003: END IF;
2004:
2005: inv_material_status_grp.get_lot_serial_status_control
2006: (p_organization_id => p_organization_id
2007: , p_inventory_item_id => p_inventory_item_id
2008: , x_return_status => x_return_status
2009: , x_msg_data => x_msg_data

Line 2046: inv_material_status_grp.is_status_applicable

2042: , 'Validate_serial_status');
2043: END IF;
2044:
2045: l_validation_status :=
2046: inv_material_status_grp.is_status_applicable
2047: (p_wms_installed => l_wms_installed
2048: , p_trx_status_enabled => NULL
2049: , p_trx_type_id => p_transaction_type_id
2050: , p_lot_status_enabled => l_lot_status_enabled