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 248: pa_billing_core.check_funding_level (

244: l_funding_level VARCHAR2(1);/*Bug 8718600*/
245:
246: BEGIN
247:
248: pa_billing_core.check_funding_level (
249: x_project_id => p_project_id,
250: x_funding_level => l_funding_level,
251: x_err_code => l_err_code,
252: x_err_stage => l_err_stage,

Line 644: pa_billing_core.check_funding_level (

640: END IF;
641: /* Added for fp */
642: ELSE /* plan type is null */
643:
644: pa_billing_core.check_funding_level (
645: x_project_id => p_project_id,
646: x_funding_level => l_funding_level,
647: x_err_code => l_err_code,
648: x_err_stage => l_err_stage,