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