DBA Data[Home] [Help]

APPS.EDW_ALL_COLLECT dependencies on AD_TSPACE_UTIL

Line 3027: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);

3023: end if;
3024:
3025: g_op_table_space:=fnd_profile.value('EDW_OP_TABLE_SPACE');
3026: if g_op_table_space is null then
3027: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
3028: If check_ts_mode ='Y' then
3029: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
3030: if check_tspace_exist='Y' and physical_tspace_name is not null then
3031: g_op_table_space := physical_tspace_name;

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

3025: g_op_table_space:=fnd_profile.value('EDW_OP_TABLE_SPACE');
3026: if g_op_table_space is null then
3027: AD_TSPACE_UTIL.is_new_ts_mode (check_ts_mode);
3028: If check_ts_mode ='Y' then
3029: AD_TSPACE_UTIL.get_tablespace_name ('BIS', 'INTERFACE','Y',check_tspace_exist, physical_tspace_name);
3030: if check_tspace_exist='Y' and physical_tspace_name is not null then
3031: g_op_table_space := physical_tspace_name;
3032: end if;
3033: end if;