DBA Data[Home] [Help]

APPS.PA_BASELINE_FUNDING_PKG dependencies on PA_BILLING_CORE

Line 79: pa_billing_core.check_funding_level (

75: pa_debug.g_err_stage:= 'Calling check_funding_level';
76: pa_debug.write('create_draft: ' || g_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
77: END IF;
78:
79: pa_billing_core.check_funding_level (
80: x_project_id => p_project_id,
81: x_funding_level => l_funding_level,
82: x_err_code => l_err_code,
83: x_err_stage => l_err_stage,

Line 625: pa_billing_core.check_funding_level (

621: END IF;
622: /* Added for fp */
623: ELSE /* plan type is null */
624:
625: pa_billing_core.check_funding_level (
626: x_project_id => p_project_id,
627: x_funding_level => l_funding_level,
628: x_err_code => l_err_code,
629: x_err_stage => l_err_stage,