DBA Data[Home] [Help]

APPS.EDW_METADATA_REFRESH dependencies on FND_PROFILE

Line 50: g_op_table_space:=fnd_profile.value('EDW_OP_TABLE_SPACE');

46: log('system time is '|| fnd_date.date_to_displaydt (sysdate) );
47:
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);