DBA Data[Home] [Help]

APPS.JTF_TAE_INDEX_CREATION_PVT dependencies on FND_STATS

Line 26: -- 12/07/2004 ACHANDA Fix Bug # 4048033 : remove default parameters while calling to fnd_stats

22: -- 08/14/2002 EIHSU Add special static index creation logic
23: -- 11/05/2002 JDOCHERT FIX FOR BUG#2589890
24: -- 06/10/2003 EIHSU added worker_id
25: -- 09/07/2004 ACHANDA Fix Bug# 3872853
26: -- 12/07/2004 ACHANDA Fix Bug # 4048033 : remove default parameters while calling to fnd_stats
27: -- 05/17/2005 ACHANDA Fix Bug # 4385668 : addded a new procedure create_index_wo_worker_id for new mode
28: -- 08/17/2006 SOLIN Port 11.5.10 bugs to R12, bug 5470771
29: --
30: -- End of Comments

Line 1277: FND_STATS.GATHER_TABLE_STATS(

1273: OR v.name = 'cpu_count';
1274:
1275: --dbms_output.put_line('Degree of Parallelism = '||TO_CHAR(l_dop));
1276:
1277: FND_STATS.GATHER_TABLE_STATS(
1278: ownname => 'JTF',
1279: tabname => P_TABLE_NAME,
1280: percent => P_PERCENT,
1281: degree => null,