DBA Data[Home] [Help]

APPS.EDW_OPTION dependencies on AD_TSPACE_UTIL

Line 63: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);

59: where param.name='sort_area_size';
60: end if;
61:
62: if (p_option_code='OPTABLESPACE' and p_option_value is null) then
63: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
64: If check_ts_mode ='Y' then
65: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
66: if check_tspace_exist='Y' and physical_tspace_name is not null then
67: p_option_value := physical_tspace_name;

Line 65: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);

61:
62: if (p_option_code='OPTABLESPACE' and p_option_value is null) then
63: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
64: If check_ts_mode ='Y' then
65: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
66: if check_tspace_exist='Y' and physical_tspace_name is not null then
67: p_option_value := physical_tspace_name;
68: end if;
69: end if;