DBA Data[Home] [Help]

APPS.JTF_UM_UTIL_PVT dependencies on FND_PROFILE_OPTIONS

Line 1219: from fnd_profile_options

1215: --
1216: cursor profile_info is
1217: select profile_option_id,
1218: application_id
1219: from fnd_profile_options
1220: where profile_option_name = l_name_z
1221: and start_date_active <= sysdate
1222: and nvl(end_date_active, sysdate) >= sysdate;
1223: