DBA Data[Home] [Help]

APPS.HRI_OPL_PERIOD_OF_WORK dependencies on HRI_BPL_CONC_LOG

Line 63: HRI_BPL_CONC_LOG.output(p_text);

59: PROCEDURE output(p_text VARCHAR2) IS
60:
61: BEGIN
62: --
63: HRI_BPL_CONC_LOG.output(p_text);
64: --
65: END output;
66:
67: -- -----------------------------------------------------------------------------

Line 75: HRI_BPL_CONC_LOG.dbg(p_text);

71: PROCEDURE dbg(p_text VARCHAR2) IS
72:
73: BEGIN
74: --
75: HRI_BPL_CONC_LOG.dbg(p_text);
76: --
77: END dbg;
78:
79: --