DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on FND_STATS

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

1570:
1571: -- Call the gather table statistics here....
1572: /* BEGIN
1573:
1574: FND_STATS.Gather_Table_Stats(ownname => 'GL',
1575: tabname => 'GL_INTERFACE');
1576: commented for , 2476829
1577: percent => 10,
1578: tmode => 'TEMPORARY');

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

6516: hr_utility.trace( 'SandT_Supercede--> Begin p_run_id='||p_run_id);
6517: fnd_signon.set_session(to_char(sysdate,'dd-mon-yyyy'));
6518: p_return_status := fnd_api.g_ret_sts_success;
6519: l_S_and_T_reqid := fnd_global.conc_request_id;
6520: fnd_stats.gather_table_stats(ownname => 'PSP',
6521: tabname => 'PSP_SUPERCEDE_PERSONS_GT');
6522: open check_er_template_h;
6523: fetch check_er_template_h bulk collect into t_template_id, t_request_id;
6524: close check_er_template_h;