DBA Data[Home] [Help]

APPS.EDW_DUPLICATE_CLEAN dependencies on AD_TSPACE_UTIL

Line 635: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);

631:
632: g_op_table_space:=fnd_profile.value('EDW_OP_TABLE_SPACE');
633:
634: if g_op_table_space is null then
635: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
636: If check_ts_mode ='Y' then
637: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
638: if check_tspace_exist='Y' and physical_tspace_name is not null then
639: g_op_table_space := physical_tspace_name;

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

633:
634: if g_op_table_space is null then
635: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
636: If check_ts_mode ='Y' then
637: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
638: if check_tspace_exist='Y' and physical_tspace_name is not null then
639: g_op_table_space := physical_tspace_name;
640: end if;
641: end if;