DBA Data[Home] [Help]

APPS.ASO_UTILITY_PVT dependencies on FND_PROFILE_OPTIONS

Line 5935: from fnd_profile_options

5931: IS
5932:
5933: cursor c_end_date is
5934: select end_date_active
5935: from fnd_profile_options
5936: where profile_option_name = p_profile_name
5937: and application_id = p_application_id
5938: and trunc(start_date_active) <= trunc(sysdate)
5939: and trunc(nvl(end_date_active, sysdate)) >= trunc(sysdate);