DBA Data[Home] [Help]

APPS.PA_FP_CI_IMPLEMENT_PKG dependencies on PA_BILLING_CORE

Line 267: pa_billing_core.check_funding_level( x_project_id => p_project_id,

263: 'ci id '||to_char(p_ci_id)
264: ,x_log_level => 5);
265: END IF;
266:
267: pa_billing_core.check_funding_level( x_project_id => p_project_id,
268: x_funding_level => l_funding_level,
269: x_err_code => l_err_code,
270: x_err_stage => l_err_stage,
271: x_err_stack => l_err_stack );