DBA Data[Home] [Help]

APPS.FND_CONC_SUMMARIZER dependencies on FND_TM_EVENTS

Line 170: --temp_name := fnd_message.get_string('FND', 'FND_TM_EVENTS');

166: where work_start < sysdate -1 ;
167:
168: insert_row('Conflict Resolution History', to_char(cnt));
169:
170: --temp_name := fnd_message.get_string('FND', 'FND_TM_EVENTS');
171:
172: -- FND_TM_EVENTS
173: select count(*)
174: into cnt

Line 172: -- FND_TM_EVENTS

168: insert_row('Conflict Resolution History', to_char(cnt));
169:
170: --temp_name := fnd_message.get_string('FND', 'FND_TM_EVENTS');
171:
172: -- FND_TM_EVENTS
173: select count(*)
174: into cnt
175: from fnd_tm_events
176: where event_type in (1,2,3,4) and timestamp < sysdate -1 ;

Line 175: from fnd_tm_events

171:
172: -- FND_TM_EVENTS
173: select count(*)
174: into cnt
175: from fnd_tm_events
176: where event_type in (1,2,3,4) and timestamp < sysdate -1 ;
177:
178: insert_row('Transaction Management Events', to_char(cnt));
179: