DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_LOCATIONS

Line 955: from fa_locations

951:
952: -- Location Id Is Invalid
953: select count(*)
954: into l_to_location_id_exists
955: from fa_locations
956: where location_id = p_to_location_id
957: and enabled_flag = 'Y'
958: and nvl(start_date_active, sysdate) <= sysdate
959: and nvl(end_date_active, sysdate + 1) > sysdate ;