DBA Data[Home] [Help]

APPS.HRI_OPL_JOB_JOB_ROLE dependencies on HRI_BPL_CONC_LOG

Line 30: HRI_BPL_CONC_LOG.output(p_text);

26: BEGIN
27: --
28: -- Bug 4105868: Global to store msg_sub_group
29: --
30: HRI_BPL_CONC_LOG.output(p_text);
31: --
32: END output;
33: --
34: -- -------------------------------------------------------------------------

Line 44: HRI_BPL_CONC_LOG.dbg(p_text);

40: BEGIN
41: --
42: -- Bug 4105868: Collection Diagnostics
43: --
44: HRI_BPL_CONC_LOG.dbg(p_text);
45: --
46: END dbg;
47: --
48: --