DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on MTL_SECONDARY_INVENTORIES

Line 936: FROM mtl_secondary_inventories

932:
933: BEGIN
934: SELECT NVL(lpn_controlled_flag, 1)
935: INTO l_lpn_controlled_flag
936: FROM mtl_secondary_inventories
937: WHERE secondary_inventory_name = p_subinventory_code
938: AND organization_id = p_organization_id;
939:
940: IF l_lpn_controlled_flag = 1 THEN