DBA Data[Home] [Help]

APPS.CN_UPGRADE_UTL_PKG dependencies on FND_PROFILE_OPTIONS

Line 83: from fnd_profile_options

79: SELECT profile_option_value
80: from fnd_profile_option_values
81: where profile_option_id =
82: (select profile_option_id
83: from fnd_profile_options
84: where upper(profile_option_name) = 'CN_UPGRADING_FROM_RELEASE'
85: and application_id = 283)
86: and level_id = 10001
87: and application_id = 283;

Line 135: from fnd_profile_options

131: SELECT profile_option_value
132: from fnd_profile_option_values
133: where profile_option_id =
134: (select profile_option_id
135: from fnd_profile_options
136: where upper(profile_option_name) = 'CN_UPGRADING_FROM_RELEASE'
137: and application_id = 283)
138: and level_id = 10001
139: and application_id = 283;

Line 187: from fnd_profile_options

183: SELECT profile_option_value
184: from fnd_profile_option_values
185: where profile_option_id =
186: (select profile_option_id
187: from fnd_profile_options
188: where upper(profile_option_name) = 'CN_UPGRADING_FROM_RELEASE'
189: and application_id = 283)
190: and level_id = 10001
191: and application_id = 283;

Line 239: from fnd_profile_options

235: SELECT profile_option_value
236: from fnd_profile_option_values
237: where profile_option_id =
238: (select profile_option_id
239: from fnd_profile_options
240: where upper(profile_option_name) = 'CN_UPGRADING_FROM_RELEASE'
241: and application_id = 283)
242: and level_id = 10001
243: and application_id = 283;

Line 291: from fnd_profile_options

287: SELECT profile_option_value
288: from fnd_profile_option_values
289: where profile_option_id =
290: (select profile_option_id
291: from fnd_profile_options
292: where upper(profile_option_name) = 'CN_UPGRADING_FROM_RELEASE'
293: and application_id = 283)
294: and level_id = 10001
295: and application_id = 283;

Line 336: from fnd_profile_options

332: SELECT profile_option_value
333: from fnd_profile_option_values
334: where profile_option_id =
335: (select profile_option_id
336: from fnd_profile_options
337: where profile_option_name = 'CN_UPGRADING_FROM_RELEASE'
338: and application_id = 283)
339: and level_id = 10001
340: and application_id = 283;

Line 378: from fnd_profile_options

374: SELECT profile_option_value
375: from fnd_profile_option_values
376: where profile_option_id =
377: (select profile_option_id
378: from fnd_profile_options
379: where profile_option_name = 'CN_UPGRADING_FROM_RELEASE'
380: and application_id = 283)
381: and level_id = 10001
382: and application_id = 283;