DBA Data[Home] [Help]

APPS.ASG_HELPER dependencies on FND_PROFILE_OPTION_VALUES

Line 1403: from fnd_profile_option_values

1399:
1400: cursor c_profile_reset(l_app_id number, l_profile_id number,l_level_id number)
1401: is
1402: select profile_option_value,level_value,level_id
1403: from fnd_profile_option_values
1404: where application_id = l_app_id and
1405: profile_option_id = l_profile_id and
1406: level_id = l_level_id ;
1407: