DBA Data[Home] [Help]

APPS.FND_CONC_STAT dependencies on FND_APD

Line 195: fnd_apd.collect;

191: END IF;
192:
193: -- Call performace package.
194: if ( rt_perf_stat_enabled ) then
195: fnd_apd.collect;
196: end if;
197:
198: END collect;
199:

Line 250: fnd_apd.store_initial;

246: END IF; -- end of if p_stat_collect.
247:
248: -- Call performace package.
249: if ( rt_perf_stat_enabled ) then
250: fnd_apd.store_initial;
251: end if;
252:
253: END store_initial;
254:

Line 304: fnd_apd.store_final;

300: END IF; -- end of if p_stat_collect.
301:
302: -- Call performace package.
303: if ( rt_perf_stat_enabled ) then
304: fnd_apd.store_final;
305: end if;
306:
307: END store_final;
308: