DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_BILLING_CORE

Line 5554: pa_billing_core.copy_agreement(

5550:
5551: --EH Changes
5552:
5553: BEGIN
5554: pa_billing_core.copy_agreement(
5555: x_orig_project_id,
5556: x_new_project_id,
5557: x_customer_id,
5558: --MCA Sakthi for MultiAgreementCurreny Project

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

5571: IF x_err_stage IS NULL
5572: THEN
5573: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_COPY_AGREEMENT');
5574: END IF;
5575: x_err_stack := x_err_stack||'->pa_billing_core.copy_agreement';
5576: rollback to copy_project;
5577: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5578: return;
5579: end if;

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

5581: x_err_code := 745;
5582: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5583: -- IF x_err_stage IS NULL
5584: -- THEN
5585: x_err_stage := 'API: '||'pa_billing_core.copy_agreement'||
5586: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5587: -- END IF;
5588: rollback to copy_project;
5589: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534

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

5685: DECLARE
5686:
5687: BEGIN
5688: IF NVL( l_baseline_funding_flag, 'N' ) = 'Y'
5689: and PA_BILLING_CORE.check_funding_exists(x_project_id => x_new_project_id) = 'Y'
5690: and nvl(l_baseline_exists_in_src,'N') = 'Y' --Bug 5378256/5137355
5691: THEN
5692: PA_BASELINE_FUNDING_PKG.create_budget_baseline (
5693: p_project_id => x_new_project_id,