DBA Data[Home] [Help]

APPS.GL_IMPORT_HOOK_PKG dependencies on GL_IMPORT_HOOK_PKG

Line 1: PACKAGE BODY gl_import_hook_pkg AS

1: PACKAGE BODY gl_import_hook_pkg AS
2: /* $Header: glujihkb.pls 120.5 2005/05/05 01:39:55 kvora ship $ */
3:
4: --
5: -- PUBLIC FUNCTIONS

Line 28: -- gl_import_hook_pkg.pre_module_hook(2, 100, errbuf);

24: -- Arguments
25: -- run_id The import run id
26: -- errbuf The error message printed upon error
27: -- Example
28: -- gl_import_hook_pkg.pre_module_hook(2, 100, errbuf);
29: -- Notes
30: --
31: FUNCTION pre_module_hook(run_id IN NUMBER,
32: errbuf IN OUT NOCOPY VARCHAR2) RETURN BOOLEAN IS

Line 67: -- gl_import_hook_pkg.post_module_hook(2, 100, errbuf);

63: -- separator The separator
64: -- last_set Indicates whether or not this is the last set
65: -- errbuf The error message printed upon error
66: -- Example
67: -- gl_import_hook_pkg.post_module_hook(2, 100, errbuf);
68: -- Notes
69: --
70: FUNCTION post_module_hook(batch_ids IN VARCHAR2,
71: separator IN VARCHAR2,

Line 85: END gl_import_hook_pkg;

81: -- END IF;
82:
83: RETURN(TRUE);
84: END post_module_hook;
85: END gl_import_hook_pkg;