DBA Data[Home] [Help]

APPS.PO_RCOTOLERANCE_PVT dependencies on POR_CUSTOM_PKG

Line 827: por_custom_pkg.custom_rco_reqappr_tol_check(p_chreqgrp_id, x_appr_status, l_skip_std_logic);

823: END IF;
824:
825: -- call custom procedure first
826:
827: por_custom_pkg.custom_rco_reqappr_tol_check(p_chreqgrp_id, x_appr_status, l_skip_std_logic);
828:
829: IF (g_debug = 'Y'
830: AND fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
831: fnd_log.string(fnd_log.level_statement, g_module_prefix

Line 832: || l_api_name,'After Calling POR_CUSTOM_PKG.CUSTOM_RCO_REQAPPR_TOL_CHECK '

828:
829: IF (g_debug = 'Y'
830: AND fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
831: fnd_log.string(fnd_log.level_statement, g_module_prefix
832: || l_api_name,'After Calling POR_CUSTOM_PKG.CUSTOM_RCO_REQAPPR_TOL_CHECK '
833: ||' x_appr_status:'
834: || x_appr_status
835: ||' l_skip_std_logic:'
836: || l_skip_std_logic);