DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ELIG_ENRL dependencies on HRI_BPL_CONC_LOG

Line 93: HRI_BPL_CONC_LOG.output(p_text);

89: PROCEDURE output(p_text VARCHAR2) IS
90: BEGIN
91: --
92: -- DBMS_OUTPUT.PUT_LINE(p_text);
93: HRI_BPL_CONC_LOG.output(p_text);
94: --
95: END output;
96:
97: --

Line 104: HRI_BPL_CONC_LOG.dbg(p_text);

100: -- -----------------------------------------------------------------------------
101: PROCEDURE dbg(p_text VARCHAR2) IS
102: BEGIN
103: --
104: HRI_BPL_CONC_LOG.dbg(p_text);
105: -- DBMS_OUTPUT.PUT_LINE(p_text);
106: --
107: END dbg;
108: -- ----------------------------------------------------------------------------