DBA Data[Home] [Help]

APPS.EDW_UPDATE_ATTRIBUTES dependencies on AD_TSPACE_UTIL

Line 784: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);

780:
781: writelog('Start Time is :'||to_char(sysdate, 'mm/dd/yyyy hh24:mi:ss'));
782:
783: if l_op_table_space is null then
784: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
785: If check_ts_mode ='Y' then
786: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
787: if check_tspace_exist='Y' and physical_tspace_name is not null then
788: l_op_table_space := physical_tspace_name;

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

782:
783: if l_op_table_space is null then
784: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
785: If check_ts_mode ='Y' then
786: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
787: if check_tspace_exist='Y' and physical_tspace_name is not null then
788: l_op_table_space := physical_tspace_name;
789: end if;
790: end if;