DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on MTL_SECONDARY_INVENTORIES

Line 4252: From mtl_secondary_inventories

4248: Where mtl_organization_id = v_dest_org_id;
4249:
4250: CURSOR Get_asset_sub IS
4251: Select asset_inventory
4252: From mtl_secondary_inventories
4253: Where organization_id = v_dest_org_id
4254: and secondary_inventory_name = l_dest_sub_inv ;
4255: BEGIN
4256: GMI_reservation_Util.PrintLn('(opm_dbg) dest_org_id '||v_dest_org_id);