DBA Data[Home] [Help]

APPS.HRI_BPL_JOB dependencies on HRI_BPL_CONC_LOG

Line 255: HRI_BPL_CONC_LOG.output(p_text);

251: PROCEDURE output(p_text VARCHAR2) IS
252: --
253: BEGIN
254: --
255: HRI_BPL_CONC_LOG.output(p_text);
256: --
257: END output;
258: -- -----------------------------------------------------------------------------
259: -- Inserts row into concurrent program log if debugging is enabled

Line 266: HRI_BPL_CONC_LOG.dbg(p_text);

262: PROCEDURE dbg(p_text VARCHAR2) IS
263: --
264: BEGIN
265: --
266: HRI_BPL_CONC_LOG.dbg(p_text);
267: --
268: END dbg;
269: --
270: -- -------------------------------------------------------------------------