DBA Data[Home] [Help]

APPS.EDW_SOURCE_OPTION dependencies on AD_TSPACE_UTIL

Line 51: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);

47: IF (p_option_code = 'OPTABLESPACE_SR' AND p_option_value IS NULL)
48: THEN
49: l_owner := edw_source_option.get_db_user ('BIS');
50:
51: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
52: If check_ts_mode ='Y' then
53: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
54: if check_tspace_exist='Y' and physical_tspace_name is not null then
55: p_option_value := physical_tspace_name;

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

49: l_owner := edw_source_option.get_db_user ('BIS');
50:
51: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
52: If check_ts_mode ='Y' then
53: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
54: if check_tspace_exist='Y' and physical_tspace_name is not null then
55: p_option_value := physical_tspace_name;
56: end if;
57: end if;