DBA Data[Home] [Help]

APPS.EDW_METADATA_REFRESH dependencies on AD_TSPACE_UTIL

Line 52: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);

48: /*******Bug 3008332******/
49: --Getting the operational tablespace
50: g_op_table_space:=fnd_profile.value('EDW_OP_TABLE_SPACE');
51: if g_op_table_space is null then
52: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
53: If check_ts_mode ='Y' then
54: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
55: if check_tspace_exist='Y' and physical_tspace_name is not null then
56: g_op_table_space := physical_tspace_name;

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

50: g_op_table_space:=fnd_profile.value('EDW_OP_TABLE_SPACE');
51: if g_op_table_space is null then
52: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
53: If check_ts_mode ='Y' then
54: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
55: if check_tspace_exist='Y' and physical_tspace_name is not null then
56: g_op_table_space := physical_tspace_name;
57: end if;
58: end if;