DBA Data[Home] [Help]

APPS.ASO_UTILITY_PVT dependencies on FND_PROFILE_OPTIONS

Line 5484: from fnd_profile_options

5480: IS
5481:
5482: cursor c_end_date is
5483: select end_date_active
5484: from fnd_profile_options
5485: where profile_option_name = p_profile_name
5486: and application_id = p_application_id
5487: and trunc(start_date_active) <= trunc(sysdate)
5488: and trunc(nvl(end_date_active, sysdate)) >= trunc(sysdate);