DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PVT dependencies on PA_BUDGET_UTILS

Line 239: -- PA_BUDGET_UTILS.summerize_project_totals

235: -- pa_project_types_all, need to join based on org_id as well
236:
237: -- 12-FEB-04 jwhite - Bug 3440026
238: -- Commented obsolete call to
239: -- PA_BUDGET_UTILS.summerize_project_totals
240: -- for Baseline_FinPlan procedure.
241:
242: -- 21-Sep-04 Raja - Bug 3841942
243: -- In FP M for creation of none time phased budgets transaction start/end dates

Line 530: PA_BUDGET_UTILS.Verify_Budget_Rules

526: -- We need to set p_budget_type_code = null so that the verify API will use
527: -- p_fin_plan_type_id and p_version_type for the new budget model
528: if p_verify_budget_rules = 'Y' then
529:
530: PA_BUDGET_UTILS.Verify_Budget_Rules
531: (p_draft_version_id => p_budget_version_id,
532: p_mark_as_original => l_mark_as_original,
533: p_event => 'BASELINE',
534: p_project_id => p_project_id,

Line 1493: PA_BUDGET_UTILS.Verify_Budget_Rules

1489: -- This API call is different from in PA_BUDGET_CORE.baseline
1490: -- We need to set p_budget_type_code = null so that the verify API will use
1491: -- p_fin_plan_type_id and p_version_type for the new budget model
1492:
1493: PA_BUDGET_UTILS.Verify_Budget_Rules
1494: (p_draft_version_id => p_budget_version_id,
1495: p_mark_as_original => l_mark_as_original,
1496: p_event => 'SUBMIT',
1497: p_project_id => p_project_id,

Line 2075: API is similar to pa_budget_utils.create_draft

2071: /*
2072: This api uses the input parameters to create a project finplanning option for a plan
2073: version and also creates the finplan budget version. If any of the nullable parameters
2074: are not passed, the plan type options are used for the plan version finplan option. This
2075: API is similar to pa_budget_utils.create_draft
2076: */
2077:
2078: PROCEDURE CREATE_DRAFT
2079: ( p_project_id IN pa_budget_versions.project_id%TYPE