DBA Data[Home] [Help]

APPS.GMS_SUMMARIZE_BUDGETS dependencies on PA_BUDGET_PUB

Line 685: x_budget_lines_in_rec pa_budget_pub.budget_line_in_rec_type;

681: x_return_status VARCHAR2(1);
682:
683: i BINARY_INTEGER:=0;
684:
685: x_budget_lines_in_rec pa_budget_pub.budget_line_in_rec_type;
686: x_budget_lines_in_tbl pa_budget_pub.budget_line_in_tbl_type;
687: x_budget_lines_out_tbl pa_budget_pub.budget_line_out_tbl_type;
688:
689: x_msg_data VARCHAR2(2000);

Line 686: x_budget_lines_in_tbl pa_budget_pub.budget_line_in_tbl_type;

682:
683: i BINARY_INTEGER:=0;
684:
685: x_budget_lines_in_rec pa_budget_pub.budget_line_in_rec_type;
686: x_budget_lines_in_tbl pa_budget_pub.budget_line_in_tbl_type;
687: x_budget_lines_out_tbl pa_budget_pub.budget_line_out_tbl_type;
688:
689: x_msg_data VARCHAR2(2000);
690: x_msg_count VARCHAR2(2000);

Line 687: x_budget_lines_out_tbl pa_budget_pub.budget_line_out_tbl_type;

683: i BINARY_INTEGER:=0;
684:
685: x_budget_lines_in_rec pa_budget_pub.budget_line_in_rec_type;
686: x_budget_lines_in_tbl pa_budget_pub.budget_line_in_tbl_type;
687: x_budget_lines_out_tbl pa_budget_pub.budget_line_out_tbl_type;
688:
689: x_msg_data VARCHAR2(2000);
690: x_msg_count VARCHAR2(2000);
691: x_text VARCHAR2(2000);

Line 836: -- Since we are calling the PA_BUDGET_PUB utilities need to initialize some global variables

832: END IF;
833: x_return_status := 'S'; -- Initializing return status as Success.
834:
835: -- Bug 2386041
836: -- Since we are calling the PA_BUDGET_PUB utilities need to initialize some global variables
837: set_global_info;
838: -- Bug 2386041
839:
840: -- Bug 3770971..need to set the profile values for "PA: Cross Project User - Update" and

Line 863: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.delete_draft_budget','C');

859: ,x_return_status
860: ,x_err_stage) THEN
861:
862: IF L_DEBUG = 'Y' THEN
863: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.delete_draft_budget','C');
864: END IF;
865:
866: pa_budget_pub.delete_draft_budget(p_api_version_number => 1.0
867: ,p_init_msg_list => 'T'

Line 866: pa_budget_pub.delete_draft_budget(p_api_version_number => 1.0

862: IF L_DEBUG = 'Y' THEN
863: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.delete_draft_budget','C');
864: END IF;
865:
866: pa_budget_pub.delete_draft_budget(p_api_version_number => 1.0
867: ,p_init_msg_list => 'T'
868: ,p_msg_count => x_msg_count
869: ,p_msg_data => x_err_stage
870: ,p_return_status => x_return_status

Line 1112: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.create_draft_budget','C');

1108: End if ;
1109:
1110: IF L_DEBUG = 'Y' THEN
1111: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - End of date calculation logic','C');
1112: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.create_draft_budget','C');
1113: END IF;
1114:
1115: --Call budget API to create draft budget
1116:

Line 1126: pa_budget_pub.create_draft_budget(p_api_version_number => 1.0

1122: from pa_budget_entry_methods
1123: where budget_entry_method = G_project_bem ;
1124: end if ;
1125:
1126: pa_budget_pub.create_draft_budget(p_api_version_number => 1.0
1127: ,p_init_msg_list => 'T'
1128: ,p_msg_count => x_msg_count
1129: ,p_msg_data => x_err_stage
1130: ,p_return_status => x_return_status

Line 1167: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.baseline_budget','C');

1163: -- Call PA's Budget API to Baseline this budget since the Project Budget should
1164: -- automatically be baselined when the Award Budget is baselined.
1165:
1166: IF L_DEBUG = 'Y' THEN
1167: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.baseline_budget','C');
1168: END IF;
1169:
1170: pa_budget_pub.baseline_budget( p_api_version_number => 1.0,
1171: p_init_msg_list => 'T',

Line 1170: pa_budget_pub.baseline_budget( p_api_version_number => 1.0,

1166: IF L_DEBUG = 'Y' THEN
1167: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.baseline_budget','C');
1168: END IF;
1169:
1170: pa_budget_pub.baseline_budget( p_api_version_number => 1.0,
1171: p_init_msg_list => 'T',
1172: p_msg_count => x_msg_count,
1173: p_msg_data => x_err_stage,
1174: p_return_status => x_return_status,