DBA Data[Home] [Help]

APPS.PV_CONTEXT_VALUES dependencies on FND_PROFILE_OPTION_VALUES

Line 350: fnd_profile_option_values b

346: -- Retrieve the profile value for incremental refresh
347: -- --------------------------------------------------------------------
348: FOR x IN (SELECT profile_option_value
349: FROM fnd_profile_options a,
350: fnd_profile_option_values b
351: WHERE a.application_id = 691 AND
352: a.profile_option_id = b.profile_option_id AND
353: b.level_id = 10001 AND -- site level
354: b.level_value = 0 AND