DBA Data[Home] [Help]

APPS.HR_TKPROF_PLUS dependencies on HR_TKPROF_PLUS

Line 1: PACKAGE BODY hr_tkprof_plus AS

1: PACKAGE BODY hr_tkprof_plus AS
2: /* $Header: hrtkplus.pkb 120.0.12020000.2 2012/11/29 14:56:42 avarri ship $ */
3: -- define global vars
4: g_version CONSTANT VARCHAR2(30) := '115.1'; -- version
5: -- define global log variables

Line 508: 'HR_TKPROF_PLUS'

504: write_log(p_text =>'DECLARE'
505: ,p_level => 2
506: ,p_file => g_script_file);
507: write_log(p_text =>' -- This anonymous PL/SQL block has been generated from '||
508: 'HR_TKPROF_PLUS'
509: ,p_level => 2
510: ,p_file => g_script_file);
511: write_log(p_text =>' -- and will import table, column and index statistics '||
512: 'into the '||g_stat_table_name

Line 1121: END hr_tkprof_plus;

1117: -- close all open files
1118: UTL_FILE.fclose_all;
1119: raise_application_error(-20001,g_error_text);
1120: END run;
1121: END hr_tkprof_plus;