DBA Data[Home] [Help]

APPS.PO_RCOTOLERANCE_PVT dependencies on POR_CUSTOM_PKG

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

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

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

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