DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PVT dependencies on PA_BILLING_CORE

Line 578: -- 1. Check funding level (pa_billing_core.check_funding_level)

574: --dbms_output.put_line('proceeding with baselining');
575: --- BUDGET RULES VERIFIED AND OK, PROCEED WITH BASELINING ---
576:
577: -- if version is APPROVED REVENUE plan type, and project is CONTRACT project,
578: -- 1. Check funding level (pa_billing_core.check_funding_level)
579: -- 2. Call update funding (pa_billing_core.update_funding)
580:
581: IF ((l_ar_flag = 'Y') AND (l_project_type_class_code = 'CONTRACT')) THEN
582: pa_billing_core.check_funding_level (p_project_id,

Line 579: -- 2. Call update funding (pa_billing_core.update_funding)

575: --- BUDGET RULES VERIFIED AND OK, PROCEED WITH BASELINING ---
576:
577: -- if version is APPROVED REVENUE plan type, and project is CONTRACT project,
578: -- 1. Check funding level (pa_billing_core.check_funding_level)
579: -- 2. Call update funding (pa_billing_core.update_funding)
580:
581: IF ((l_ar_flag = 'Y') AND (l_project_type_class_code = 'CONTRACT')) THEN
582: pa_billing_core.check_funding_level (p_project_id,
583: l_funding_level,

Line 582: pa_billing_core.check_funding_level (p_project_id,

578: -- 1. Check funding level (pa_billing_core.check_funding_level)
579: -- 2. Call update funding (pa_billing_core.update_funding)
580:
581: IF ((l_ar_flag = 'Y') AND (l_project_type_class_code = 'CONTRACT')) THEN
582: pa_billing_core.check_funding_level (p_project_id,
583: l_funding_level,
584: x_err_code,
585: x_err_stage,
586: x_err_stack);

Line 605: pa_billing_core.update_funding (p_project_id,

601:
602: end if;
603:
604:
605: pa_billing_core.update_funding (p_project_id,
606: l_funding_level,
607: x_err_code,
608: x_err_stage,
609: x_err_stack);

Line 629: -- 1. Call update funding (pa_billing_core.update_funding)

625: end if;
626:
627: ELSIF ((l_ac_flag = 'Y') AND (l_project_type_class_code <> 'CONTRACT')) THEN
628: -- if the version is APPROVED COST plan type, and project is NOT CONTRACT,
629: -- 1. Call update funding (pa_billing_core.update_funding)
630: pa_billing_core.update_funding(p_project_id,
631: l_funding_level, -- Funding level
632: x_err_code,
633: x_err_stage,

Line 630: pa_billing_core.update_funding(p_project_id,

626:
627: ELSIF ((l_ac_flag = 'Y') AND (l_project_type_class_code <> 'CONTRACT')) THEN
628: -- if the version is APPROVED COST plan type, and project is NOT CONTRACT,
629: -- 1. Call update funding (pa_billing_core.update_funding)
630: pa_billing_core.update_funding(p_project_id,
631: l_funding_level, -- Funding level
632: x_err_code,
633: x_err_stage,
634: x_err_stack);