DBA Data[Home] [Help]

APPS.PA_BUDGET_UTILS dependencies on PA_BUDGET_CORE

Line 2631: -- was copied from the pa_budget_core.baseline

2627: -- baseline edits ('BASELINE') as determined
2628: -- by the value of the p_event parameter.
2629: --
2630: -- Most of the Oracle Project product specific code
2631: -- was copied from the pa_budget_core.baseline
2632: -- procedure. Now, the pa_budget_core.baseline
2633: -- validation calls this procedure.
2634: --
2635: --

Line 2632: -- procedure. Now, the pa_budget_core.baseline

2628: -- by the value of the p_event parameter.
2629: --
2630: -- Most of the Oracle Project product specific code
2631: -- was copied from the pa_budget_core.baseline
2632: -- procedure. Now, the pa_budget_core.baseline
2633: -- validation calls this procedure.
2634: --
2635: --
2636: --Called subprograms: PA_Client_Extn_Budget.Verify_Budget_Rulesc

Line 2999: --Called subprograms: PA_BUDGET_CORE.Baseline

2995: --
2996: --
2997: --
2998: --
2999: --Called subprograms: PA_BUDGET_CORE.Baseline
3000: --
3001: --
3002: --
3003: --History:

Line 3155: PA_BUDGET_CORE.Baseline(x_draft_version_id => l_CC_Budget_Version_id

3151: AND nvl(l_CC_Budget_Version_id,0) > 0 )
3152: THEN
3153: --dbms_output.put_line('-- Baseline Commitment Control draft budget: '||to_char(l_CC_Budget_Version_id) );
3154:
3155: PA_BUDGET_CORE.Baseline(x_draft_version_id => l_CC_Budget_Version_id
3156: ,x_mark_as_original => p_mark_as_original
3157: ,x_verify_budget_rules => p_verify_budget_rules
3158: ,x_err_code => l_err_code
3159: ,x_err_stage => l_err_stage

Line 3203: PA_BUDGET_CORE.Baseline(x_draft_version_id => p_draft_version_id

3199: END IF;--IF (nvl(l_Dual_Bdgt_Cntrl_Flag,'N') = 'Y'
3200:
3201: -- BASELINE D-R-A-F-T C-O-S-T Version ---------------------------------------
3202:
3203: PA_BUDGET_CORE.Baseline(x_draft_version_id => p_draft_version_id
3204: ,x_mark_as_original => p_mark_as_original
3205: ,x_verify_budget_rules => p_verify_budget_rules
3206: ,x_err_code => l_err_code
3207: ,x_err_stage => l_err_stage

Line 3338: --dbms_output.put_line('NO Funds Check. Call PA_BUDGET_CORE.BASELINE');

3334: -- !!! NO funds check !!!
3335: --
3336: -- Perform Vanilla Baseline.
3337: -- --------------------------------------------------------------------
3338: --dbms_output.put_line('NO Funds Check. Call PA_BUDGET_CORE.BASELINE');
3339:
3340:
3341: PA_BUDGET_CORE.Baseline (x_draft_version_id => p_draft_version_id
3342: ,x_mark_as_original => p_mark_as_original

Line 3341: PA_BUDGET_CORE.Baseline (x_draft_version_id => p_draft_version_id

3337: -- --------------------------------------------------------------------
3338: --dbms_output.put_line('NO Funds Check. Call PA_BUDGET_CORE.BASELINE');
3339:
3340:
3341: PA_BUDGET_CORE.Baseline (x_draft_version_id => p_draft_version_id
3342: ,x_mark_as_original => p_mark_as_original
3343: ,x_verify_budget_rules => p_verify_budget_rules
3344: ,x_err_code => l_err_code
3345: ,x_err_stage => l_err_stage