DBA Data[Home] [Help]

APPS.CSE_FAC_INSERVICE_PKG dependencies on FA_LOCATIONS

Line 636: FROM fa_locations

632: END IF;
633:
634: SELECT location_id
635: INTO l_asset_location_id
636: FROM fa_locations
637: WHERE upper(segment1||segment2||segment3||segment4||segment5||segment6||segment7) =
638: upper(l_asset_location);
639:
640: --l_book_type_code := fnd_profile.value('cse_fa_book_type_code');