DBA Data[Home] [Help]

APPS.BIS_COMMON_PARAMETERS dependencies on FND_PROFILE_OPTION_VALUES

Line 17: from fnd_profile_option_values

13: and nvl(end_date_active, sysdate) >= sysdate;
14:
15: CURSOR c_profile_value(pid number, aid number, lid number, lval number) IS
16: select profile_option_value
17: from fnd_profile_option_values
18: where profile_option_id = pid
19: and application_id = aid
20: and level_id = lid
21: and level_value = lval;