DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_BILLING_CORE

Line 5486: pa_billing_core.copy_agreement(

5482:
5483: --EH Changes
5484:
5485: BEGIN
5486: pa_billing_core.copy_agreement(
5487: x_orig_project_id,
5488: x_new_project_id,
5489: x_customer_id,
5490: --MCA Sakthi for MultiAgreementCurreny Project

Line 5507: x_err_stack := x_err_stack||'->pa_billing_core.copy_agreement';

5503: IF x_err_stage IS NULL
5504: THEN
5505: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_COPY_AGREEMENT');
5506: END IF;
5507: x_err_stack := x_err_stack||'->pa_billing_core.copy_agreement';
5508: rollback to copy_project;
5509: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5510: return;
5511: end if;

Line 5517: x_err_stage := 'API: '||'pa_billing_core.copy_agreement'||

5513: x_err_code := 745;
5514: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5515: -- IF x_err_stage IS NULL
5516: -- THEN
5517: x_err_stage := 'API: '||'pa_billing_core.copy_agreement'||
5518: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5519: -- END IF;
5520: rollback to copy_project;
5521: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534

Line 5621: and PA_BILLING_CORE.check_funding_exists(x_project_id => x_new_project_id) = 'Y'

5617: DECLARE
5618:
5619: BEGIN
5620: IF NVL( l_baseline_funding_flag, 'N' ) = 'Y'
5621: and PA_BILLING_CORE.check_funding_exists(x_project_id => x_new_project_id) = 'Y'
5622: and nvl(l_baseline_exists_in_src,'N') = 'Y' --Bug 5378256/5137355
5623: THEN
5624: PA_BASELINE_FUNDING_PKG.create_budget_baseline (
5625: p_project_id => x_new_project_id,