DBA Data[Home] [Help]

APPS.GL_AS_POST_UPG_CHK_PKG dependencies on GL_AS_POST_UPG_CHK_PKG

Line 1: PACKAGE BODY GL_AS_POST_UPG_CHK_PKG AS

1: PACKAGE BODY GL_AS_POST_UPG_CHK_PKG AS
2: /* $Header: gluasucb.pls 120.3 2006/07/28 21:56:44 mgowda noship $ */
3:
4: -- -------------------------
5: -- Private Package Variables

Line 342: v_module := 'gl.plsql.gl_as_post_upg_chk_pkg.verify_setup';

338:
339: BEGIN
340: -- Initialize the variables
341: v_status_code := 'INIT_VAR';
342: v_module := 'gl.plsql.gl_as_post_upg_chk_pkg.verify_setup';
343: v_func_name := 'GL_AS_POST_UPG_CHK_PKG.Verify_Setup';
344: pv_nl := '
345: ';
346:

Line 343: v_func_name := 'GL_AS_POST_UPG_CHK_PKG.Verify_Setup';

339: BEGIN
340: -- Initialize the variables
341: v_status_code := 'INIT_VAR';
342: v_module := 'gl.plsql.gl_as_post_upg_chk_pkg.verify_setup';
343: v_func_name := 'GL_AS_POST_UPG_CHK_PKG.Verify_Setup';
344: pv_nl := '
345: ';
346:
347: -- Log the procedure entry

Line 972: v_module := 'gl.plsql.gl_as_post_upg_chk_pkg.print_table_header';

968: v_func_name VARCHAR2(100);
969: v_module VARCHAR2(100);
970: BEGIN
971: -- Initialize the variables
972: v_module := 'gl.plsql.gl_as_post_upg_chk_pkg.print_table_header';
973: v_func_name := 'GL_AS_POST_UPG_CHK_PKG.Print_Table_Header';
974:
975: -- Log the procedure entry
976: GL_MESSAGE.Func_Ent(func_name => v_func_name,

Line 973: v_func_name := 'GL_AS_POST_UPG_CHK_PKG.Print_Table_Header';

969: v_module VARCHAR2(100);
970: BEGIN
971: -- Initialize the variables
972: v_module := 'gl.plsql.gl_as_post_upg_chk_pkg.print_table_header';
973: v_func_name := 'GL_AS_POST_UPG_CHK_PKG.Print_Table_Header';
974:
975: -- Log the procedure entry
976: GL_MESSAGE.Func_Ent(func_name => v_func_name,
977: log_level => pc_log_level_procedure,

Line 1024: END GL_AS_POST_UPG_CHK_PKG;

1020: RAISE PRINT_ERROR;
1021:
1022: END Print_Table_Header;
1023:
1024: END GL_AS_POST_UPG_CHK_PKG;