DBA Data[Home] [Help]

APPS.HRI_BPL_ASG_SUMMARIZATION dependencies on HRI_BPL_CONC_LOG

Line 28: HRI_BPL_CONC_LOG.output(p_text);

24: PROCEDURE output(p_text VARCHAR2) IS
25: --
26: BEGIN
27: --
28: HRI_BPL_CONC_LOG.output(p_text);
29: --
30: END output;
31: -- -----------------------------------------------------------------------------
32: -- Inserts row into concurrent program log if debugging is enabled

Line 39: HRI_BPL_CONC_LOG.dbg(p_text);

35: PROCEDURE dbg(p_text VARCHAR2) IS
36: --
37: BEGIN
38: --
39: HRI_BPL_CONC_LOG.dbg(p_text);
40: --
41: END dbg;
42: --
43: --