DBA Data[Home] [Help]

APPS.HR_API_USER_HOOKS dependencies on USER_SOURCE

Line 3066: from user_source

3062: -- Cursor to obtain the arcs header line from the hook package header
3063: --
3064: cursor csr_second_line (p_pkg_name VARCHAR2, p_pkg_type VARCHAR2) is
3065: select text
3066: from user_source
3067: where name = p_pkg_name
3068: and type = p_pkg_type
3069: and line = 2;
3070: --

Line 3072: -- derived from the user_source.

3068: and type = p_pkg_type
3069: and line = 2;
3070: --
3071: l_source_line varchar2(2000); -- Source header line which was
3072: -- derived from the user_source.
3073: l_header_line varchar2(2000); -- Header line string which is being
3074: -- built for inclusion into the
3075: -- user hook package body code.
3076: l_hook_pkg_type varchar2(30); -- The third and second last letters