DBA Data[Home] [Help]

APPS.CSE_FAC_INSERVICE_PKG dependencies on FA_LOCATIONS

Line 649: FROM fa_locations

645: END IF;
646:
647: SELECT location_id
648: INTO l_asset_location_id
649: FROM fa_locations
650: WHERE upper(segment1||segment2||segment3||segment4||segment5||segment6||segment7) =
651: upper(l_asset_location);
652:
653: --l_book_type_code := fnd_profile.value('cse_fa_book_type_code');