DBA Data[Home] [Help]

APPS.PA_FP_CI_IMPLEMENT_PKG dependencies on PA_BILLING_CORE

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

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