DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on MTL_SECONDARY_INVENTORIES

Line 4264: From mtl_secondary_inventories

4260: Where mtl_organization_id = v_dest_org_id;
4261:
4262: CURSOR Get_asset_sub IS
4263: Select asset_inventory
4264: From mtl_secondary_inventories
4265: Where organization_id = v_dest_org_id
4266: and secondary_inventory_name = l_dest_sub_inv ;
4267: BEGIN
4268: GMI_reservation_Util.PrintLn('(opm_dbg) dest_org_id '||v_dest_org_id);