DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_BUDGET_UTILS

Line 5716: pa_budget_utils.get_baselined_version_id

5712: x_orig_project_id ||' with budget type of '||
5713: c1_rec.budget_type_code;
5714: --EH Changes
5715: BEGIN
5716: pa_budget_utils.get_baselined_version_id
5717: (x_project_id => x_orig_project_id,
5718: x_budget_type_code => c1_rec.budget_type_code,
5719: x_budget_version_id => x_budget_version_id,
5720: x_err_code => x_err_code,

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

5732: IF x_err_stage IS NULL
5733: THEN
5734: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_GET_BASLIN_VER_ID');
5735: END IF;
5736: x_err_stack := x_err_stack||'->pa_budget_utils.get_baselined_version_id';
5737: -- bug 3163280 ROLLBACK TO copy_project;
5738: RETURN;
5739: END IF;
5740: EXCEPTION WHEN OTHERS THEN

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

5741: x_err_code := 750;
5742: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5743: IF x_err_stage IS NULL
5744: THEN
5745: x_err_stage := 'API: '||'pa_budget_utils.get_baselined_version_id'||
5746: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5747: END IF;
5748: -- bug 3163280 rollback to copy_project;
5749: return;

Line 5766: pa_budget_utils.get_draft_version_id

5762: x_orig_project_id ||' with budget type of '||
5763: c1_rec.budget_type_code;
5764: --EH Changes
5765: BEGIN
5766: pa_budget_utils.get_draft_version_id
5767: (x_project_id => x_orig_project_id,
5768: x_budget_type_code => c1_rec.budget_type_code,
5769: x_budget_version_id => x_budget_version_id,
5770: x_err_code => x_err_code,

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

5776: IF x_err_stage IS NULL
5777: THEN
5778: x_err_stage := pa_project_core1.get_message_from_stack('PA_ERR_GET_DRFT_VER_ID');
5779: END IF;
5780: x_err_stack := x_err_stack||'->pa_budget_utils.get_draft_version_id';
5781: -- bug 3163280 ROLLBACK TO copy_project;
5782: RETURN;
5783: END IF;
5784: EXCEPTION WHEN OTHERS THEN

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

5785: x_err_code := 755;
5786: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5787: IF x_err_stage IS NULL
5788: THEN
5789: x_err_stage := 'API: '||'pa_budget_utils.get_draft_version_id'||
5790: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5791: END IF;
5792: -- bug 3163280 ROLLBACK TO copy_project;
5793: RETURN;

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

5872: then
5873: --EH Changes
5874: BEGIN
5875:
5876: pa_budget_utils2.submit_budget(x_budget_version_id => x_new_budget_ver_id,
5877: x_err_code => x_err_code,
5878: x_err_stage => x_err_stage,
5879: x_err_stack => x_err_stack);
5880:

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

5883: IF x_err_stage IS NULL
5884: THEN
5885: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_SUBMIT_BUDGT');
5886: END IF;
5887: x_err_stack := x_err_stack||'->pa_budget_utils2.submit_budget';
5888: ROLLBACK TO before_bill_baseline;
5889: RETURN; -- Application or Oracle error
5890: END IF;
5891: EXCEPTION WHEN OTHERS THEN

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

5892: x_err_code := 785;
5893: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5894: IF x_err_stage IS NULL
5895: THEN
5896: x_err_stage := 'API: '||'pa_budget_utils2.submit_budget'||
5897: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5898: END IF;
5899: ROLLBACK TO before_bill_baseline;
5900: RETURN;

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

5925: || x_new_project_id;
5926: --EH Changes
5927: BEGIN
5928:
5929: pa_budget_utils2.rework_budget(x_budget_version_id => x_new_budget_ver_id,
5930: x_err_code => x_err_code,
5931: x_err_stage => x_err_stage,
5932: x_err_stack => x_err_stack);
5933:

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

5936: IF x_err_stage IS NULL
5937: THEN
5938: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_REWORK_BUDGT');
5939: END IF;
5940: x_err_stack := x_err_stack||'->pa_budget_utils2.rework_budget';
5941: ROLLBACK TO before_bill_baseline;
5942: RETURN; -- Application or Oracle error
5943: END IF;
5944: EXCEPTION WHEN OTHERS THEN

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

5945: x_err_code := 790;
5946: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5947: IF x_err_stage IS NULL
5948: THEN
5949: x_err_stage := 'API: '||'pa_budget_utils2.rework_budget'||
5950: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5951: END IF;
5952: ROLLBACK TO before_bill_baseline;
5953: RETURN;