DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on FND_STATS

Line 1478: FND_STATS.Gather_Table_Stats(ownname => 'GL',

1474:
1475: -- Call the gather table statistics here....
1476: BEGIN
1477:
1478: FND_STATS.Gather_Table_Stats(ownname => 'GL',
1479: tabname => 'GL_INTERFACE');
1480: /* commented for , 2476829
1481: percent => 10,
1482: tmode => 'TEMPORARY'); */

Line 6093: fnd_stats.gather_table_stats(ownname => 'PSP',

6089: hr_utility.trace( 'SandT_Supercede--> Begin p_run_id='||p_run_id);
6090: fnd_signon.set_session(to_char(sysdate,'dd-mon-yyyy'));
6091: p_return_status := fnd_api.g_ret_sts_success;
6092: l_S_and_T_reqid := fnd_global.conc_request_id;
6093: fnd_stats.gather_table_stats(ownname => 'PSP',
6094: tabname => 'PSP_SUPERCEDE_PERSONS_GT');
6095: open check_er_template_h;
6096: fetch check_er_template_h bulk collect into t_template_id, t_request_id;
6097: close check_er_template_h;