DBA Data[Home] [Help]

APPS.HRI_OPL_JOBH dependencies on HRI_BPL_CONC_LOG

Line 38: hri_bpl_conc_log.output(p_text);

34: -- -------------------------------------------------------------------------
35: PROCEDURE output(p_text VARCHAR2) IS
36:
37: BEGIN
38: hri_bpl_conc_log.output(p_text);
39: END output;
40:
41: -- -------------------------------------------------------------------------
42: -- Inserts row into concurrent program log if debugging is enabled

Line 47: hri_bpl_conc_log.dbg(p_text);

43: -- -------------------------------------------------------------------------
44: PROCEDURE dbg(p_text VARCHAR2) IS
45:
46: BEGIN
47: hri_bpl_conc_log.dbg(p_text);
48: END dbg;
49:
50: -- ----------------------------------------------------------------------------
51: -- 3601362 Runs given sql statement dynamically without raising an exception