DBA Data[Home] [Help]

APPS.CTO_CONFIG_BOM_PK dependencies on FND_PROFILE_OPTIONS

Line 5001: from fnd_profile_option_values val,fnd_profile_options op

4997: delimiter varchar2(10);
4998: profile_setting varchar2(30);
4999: CURSOR profile_check IS
5000: select nvl(substr(profile_option_value,1,30),'N')
5001: from fnd_profile_option_values val,fnd_profile_options op
5002: where op.application_id = 401
5003: and op.profile_option_name = 'USE_NAME_ICG_DESC'
5004: and val.level_id = 10001 /* This is for site level */
5005: and val.application_id = op.application_id