DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_LOCATIONS

Line 956: from fa_locations

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