DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on MTL_SECONDARY_INVENTORIES

Line 146: FROM mtl_secondary_inventories

142: x_progress := '060';
143:
144: SELECT 'Check to see if subinventory is valid'
145: INTO x_temp
146: FROM mtl_secondary_inventories
147: WHERE ( disable_date IS NULL
148: OR disable_date > x_trx_date)
149: AND organization_id = x_org_id
150: AND secondary_inventory_name = dest_subinv