DBA Data[Home] [Help]

APPS.HR_GL_COST_CENTERS dependencies on FND_STATS

Line 1960: fnd_stats.gather_table_stats (errbuf,l_retcode, p_schema, l_temp_table, 10, 1);

1956:
1957: l_temp_table := substr(p_hr_sync_temp, instr(p_hr_sync_temp, '.') + 1,
1958: length(p_hr_sync_temp)) ;
1959:
1960: fnd_stats.gather_table_stats (errbuf,l_retcode, p_schema, l_temp_table, 10, 1);
1961: hr_utility.set_location(l_proc,90);
1962:
1963: l_temp_table := substr(p_hr_sync_ccid, instr(p_hr_sync_ccid, '.') + 1,
1964: length(p_hr_sync_ccid)) ;

Line 1965: fnd_stats.gather_table_stats (errbuf,l_retcode, p_schema, l_temp_table,10, 1);

1961: hr_utility.set_location(l_proc,90);
1962:
1963: l_temp_table := substr(p_hr_sync_ccid, instr(p_hr_sync_ccid, '.') + 1,
1964: length(p_hr_sync_ccid)) ;
1965: fnd_stats.gather_table_stats (errbuf,l_retcode, p_schema, l_temp_table,10, 1);
1966: end if;
1967:
1968: hr_utility.set_location('Leaving : '||l_proc,100);
1969: