DBA Data[Home] [Help]

APPS.IBE_MERGE_PVT dependencies on FND_PROFILE_OPTIONS

Line 743: (select profile_option_id from fnd_profile_options where profile_option_name ='AFLOG_ENABLED')

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:
747: l_debug VARCHAR2(1):='N';