DBA Data[Home] [Help]

APPS.ASG_HELPER dependencies on FND_PROFILE_OPTION_VALUES

Line 1340: from fnd_profile_option_values

1336:
1337: cursor c_profile_reset(l_app_id number, l_profile_id number,l_level_id number)
1338: is
1339: select profile_option_value,level_value,level_id
1340: from fnd_profile_option_values
1341: where application_id = l_app_id and
1342: profile_option_id = l_profile_id and
1343: level_id = l_level_id ;
1344: