DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_BUDGET_UTILS

Line 5728: pa_budget_utils.get_baselined_version_id

5724: x_orig_project_id ||' with budget type of '||
5725: c1_rec.budget_type_code;
5726: --EH Changes
5727: BEGIN
5728: pa_budget_utils.get_baselined_version_id
5729: (x_project_id => x_orig_project_id,
5730: x_budget_type_code => c1_rec.budget_type_code,
5731: x_budget_version_id => x_budget_version_id,
5732: x_err_code => x_err_code,

Line 5748: x_err_stack := x_err_stack||'->pa_budget_utils.get_baselined_version_id';

5744: IF x_err_stage IS NULL
5745: THEN
5746: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_GET_BASLIN_VER_ID');
5747: END IF;
5748: x_err_stack := x_err_stack||'->pa_budget_utils.get_baselined_version_id';
5749: -- bug 3163280 ROLLBACK TO copy_project;
5750: RETURN;
5751: END IF;
5752: EXCEPTION WHEN OTHERS THEN

Line 5757: x_err_stage := 'API: '||'pa_budget_utils.get_baselined_version_id'||

5753: x_err_code := 750;
5754: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5755: IF x_err_stage IS NULL
5756: THEN
5757: x_err_stage := 'API: '||'pa_budget_utils.get_baselined_version_id'||
5758: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5759: END IF;
5760: -- bug 3163280 rollback to copy_project;
5761: return;

Line 5778: pa_budget_utils.get_draft_version_id

5774: x_orig_project_id ||' with budget type of '||
5775: c1_rec.budget_type_code;
5776: --EH Changes
5777: BEGIN
5778: pa_budget_utils.get_draft_version_id
5779: (x_project_id => x_orig_project_id,
5780: x_budget_type_code => c1_rec.budget_type_code,
5781: x_budget_version_id => x_budget_version_id,
5782: x_err_code => x_err_code,

Line 5792: x_err_stack := x_err_stack||'->pa_budget_utils.get_draft_version_id';

5788: IF x_err_stage IS NULL
5789: THEN
5790: x_err_stage := pa_project_core1.get_message_from_stack('PA_ERR_GET_DRFT_VER_ID');
5791: END IF;
5792: x_err_stack := x_err_stack||'->pa_budget_utils.get_draft_version_id';
5793: -- bug 3163280 ROLLBACK TO copy_project;
5794: RETURN;
5795: END IF;
5796: EXCEPTION WHEN OTHERS THEN

Line 5801: x_err_stage := 'API: '||'pa_budget_utils.get_draft_version_id'||

5797: x_err_code := 755;
5798: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5799: IF x_err_stage IS NULL
5800: THEN
5801: x_err_stage := 'API: '||'pa_budget_utils.get_draft_version_id'||
5802: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5803: END IF;
5804: -- bug 3163280 ROLLBACK TO copy_project;
5805: RETURN;

Line 5889: pa_budget_utils2.submit_budget(x_budget_version_id => x_new_budget_ver_id,

5885: then
5886: --EH Changes
5887: BEGIN
5888:
5889: pa_budget_utils2.submit_budget(x_budget_version_id => x_new_budget_ver_id,
5890: x_err_code => x_err_code,
5891: x_err_stage => x_err_stage,
5892: x_err_stack => x_err_stack);
5893:

Line 5900: x_err_stack := x_err_stack||'->pa_budget_utils2.submit_budget';

5896: IF x_err_stage IS NULL
5897: THEN
5898: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_SUBMIT_BUDGT');
5899: END IF;
5900: x_err_stack := x_err_stack||'->pa_budget_utils2.submit_budget';
5901: ROLLBACK TO before_bill_baseline;
5902: RETURN; -- Application or Oracle error
5903: END IF;
5904: EXCEPTION WHEN OTHERS THEN

Line 5909: x_err_stage := 'API: '||'pa_budget_utils2.submit_budget'||

5905: x_err_code := 785;
5906: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5907: IF x_err_stage IS NULL
5908: THEN
5909: x_err_stage := 'API: '||'pa_budget_utils2.submit_budget'||
5910: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5911: END IF;
5912: ROLLBACK TO before_bill_baseline;
5913: RETURN;

Line 5942: pa_budget_utils2.rework_budget(x_budget_version_id => x_new_budget_ver_id,

5938: || x_new_project_id;
5939: --EH Changes
5940: BEGIN
5941:
5942: pa_budget_utils2.rework_budget(x_budget_version_id => x_new_budget_ver_id,
5943: x_err_code => x_err_code,
5944: x_err_stage => x_err_stage,
5945: x_err_stack => x_err_stack);
5946:

Line 5953: x_err_stack := x_err_stack||'->pa_budget_utils2.rework_budget';

5949: IF x_err_stage IS NULL
5950: THEN
5951: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_REWORK_BUDGT');
5952: END IF;
5953: x_err_stack := x_err_stack||'->pa_budget_utils2.rework_budget';
5954: ROLLBACK TO before_bill_baseline;
5955: RETURN; -- Application or Oracle error
5956: END IF;
5957: EXCEPTION WHEN OTHERS THEN

Line 5962: x_err_stage := 'API: '||'pa_budget_utils2.rework_budget'||

5958: x_err_code := 790;
5959: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5960: IF x_err_stage IS NULL
5961: THEN
5962: x_err_stage := 'API: '||'pa_budget_utils2.rework_budget'||
5963: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5964: END IF;
5965: ROLLBACK TO before_bill_baseline;
5966: RETURN;