DBA Data[Home] [Help]

APPS.IBE_MERGE_PVT dependencies on FND_PROFILE_OPTION_VALUES

Line 742: select profile_option_value from fnd_profile_option_values where profile_option_id in

738: AND RACM.REQUEST_ID = req_id
739: AND RACM.SET_NUMBER = set_number;
740:
741: CURSOR c_prof IS
742: select profile_option_value from fnd_profile_option_values where profile_option_id in
743: (select profile_option_id from fnd_profile_options where profile_option_name ='AFLOG_ENABLED')
744: and ((level_id=10002 and level_value=671) or level_id=10001)
745: and profile_option_value='Y';
746: