DBA Data[Home] [Help]

APPS.HZ_EXTENSIBILITY_PVT dependencies on FND_STATS

Line 1238: fnd_stats.gather_table_stats('AR', 'HZ_ORG_PROFILES_EXT_B');

1234: END IF;
1235:
1236: -- gather table statistics
1237: --
1238: fnd_stats.gather_table_stats('AR', 'HZ_ORG_PROFILES_EXT_B');
1239:
1240: -- insert into _tl table
1241: --
1242: INSERT INTO hz_org_profiles_ext_tl ext (

Line 1317: fnd_stats.gather_table_stats('AR', 'HZ_ORG_PROFILES_EXT_TL');

1313: Write_Log(SQL%ROWCOUNT||' records inserted into org tl table.');
1314:
1315: -- gather table statistics
1316: --
1317: fnd_stats.gather_table_stats('AR', 'HZ_ORG_PROFILES_EXT_TL');
1318:
1319: END copy_org_extension;
1320:
1321:

Line 1487: fnd_stats.gather_table_stats('AR', 'HZ_PER_PROFILES_EXT_B');

1483: END IF;
1484:
1485: -- gather table statistics
1486: --
1487: fnd_stats.gather_table_stats('AR', 'HZ_PER_PROFILES_EXT_B');
1488:
1489: -- insert into _tl table
1490: --
1491: INSERT INTO hz_per_profiles_ext_tl ext (

Line 1566: fnd_stats.gather_table_stats('AR', 'HZ_PER_PROFILES_EXT_TL');

1562: Write_Log(SQL%ROWCOUNT||' records inserted into per tl table.');
1563:
1564: -- gather table statistics
1565: --
1566: fnd_stats.gather_table_stats('AR', 'HZ_PER_PROFILES_EXT_TL');
1567:
1568: END copy_per_extension;
1569:
1570: