DBA Data[Home] [Help]

APPS.EDW_SRC_DANG_RECOVERY dependencies on AD_TSPACE_UTIL

Line 792: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);

788:
789: g_src_op_table_space:=fnd_profile.value('EDW_OP_TABLE_SPACE');
790:
791: if g_src_op_table_space is null then
792: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
793: If check_ts_mode ='Y' then
794: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
795: if check_tspace_exist='Y' and physical_tspace_name is not null then
796: g_src_op_table_space := physical_tspace_name;

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

790:
791: if g_src_op_table_space is null then
792: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
793: If check_ts_mode ='Y' then
794: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
795: if check_tspace_exist='Y' and physical_tspace_name is not null then
796: g_src_op_table_space := physical_tspace_name;
797: end if;
798: end if;