DBA Data[Home] [Help]

APPS.HRI_OPL_PERSON_TYPE_CTGRY dependencies on HRI_BPL_CONC_LOG

Line 39: HRI_BPL_CONC_LOG.output(p_text);

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

Line 48: HRI_BPL_CONC_LOG.dbg(p_text);

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

Line 65: hri_bpl_conc_log.log_process_info

61: dbg(p_sql_stmt);
62: dbg(sqlerrm);
63:
64: -- Bug 4105868: Collection Diagnostics
65: hri_bpl_conc_log.log_process_info
66: (p_msg_type => 'WARNING'
67: ,p_package_name => 'HRI_OPL_PERSON_TYPE_CTGRY'
68: ,p_msg_group => 'PRSN_TYP_CNGS'
69: ,p_msg_sub_group => 'RUN_SQL_STMT_NOERR'