DBA Data[Home] [Help]

APPS.EDW_OPTION dependencies on V$PARAMETER

Line 53: select param.value into p_option_value from v$parameter param

49: p_option_value:=fnd_profile.value('EDW_LOAD_ROLLBACK');
50: end if;
51:
52: if (p_option_code='HASHAREA' and p_option_value is null) then
53: select param.value into p_option_value from v$parameter param
54: where param.name='hash_area_size';
55: end if;
56:
57: if (p_option_code='SORTAREA' and p_option_value is null) then

Line 58: select param.value into p_option_value from v$parameter param

54: where param.name='hash_area_size';
55: end if;
56:
57: if (p_option_code='SORTAREA' and p_option_value is null) then
58: select param.value into p_option_value from v$parameter param
59: where param.name='sort_area_size';
60: end if;
61:
62: if (p_option_code='OPTABLESPACE' and p_option_value is null) then