DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on MTL_SECONDARY_INVENTORIES

Line 2241: FROM mtl_secondary_inventories

2237: l_location_type_code := 'INVENTORY';
2238:
2239: SELECT location_id
2240: INTO l_location_id
2241: FROM mtl_secondary_inventories
2242: WHERE organization_id = l_organization_id
2243: AND secondary_inventory_name = l_subinventory_code;
2244:
2245: IF l_location_id IS NULL THEN