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 710: l_budget_lines_in pa_budget_pub.budget_line_in_tbl_type; --Added for the Bug:10155464

706: l_set_profile_success1 BOOLEAN; -- bug 3770971
707: l_set_profile_success2 BOOLEAN; -- bug 3770971
708: l_user_profile_value1 VARCHAR2(30); -- bug 8214030
709: l_user_profile_value2 VARCHAR2(30); -- bug 8214030
710: l_budget_lines_in pa_budget_pub.budget_line_in_tbl_type; --Added for the Bug:10155464
711: l_budget_lines_in2 pa_budget_pub.budget_line_in_tbl_type; --Added for the Bug:10155464
712: l_variable NUMBER; --Added for the Bug:10155464
713: l_increment_variable NUMBER:=0; --Added for the Bug:10155464
714:

Line 711: l_budget_lines_in2 pa_budget_pub.budget_line_in_tbl_type; --Added for the Bug:10155464

707: l_set_profile_success2 BOOLEAN; -- bug 3770971
708: l_user_profile_value1 VARCHAR2(30); -- bug 8214030
709: l_user_profile_value2 VARCHAR2(30); -- bug 8214030
710: l_budget_lines_in pa_budget_pub.budget_line_in_tbl_type; --Added for the Bug:10155464
711: l_budget_lines_in2 pa_budget_pub.budget_line_in_tbl_type; --Added for the Bug:10155464
712: l_variable NUMBER; --Added for the Bug:10155464
713: l_increment_variable NUMBER:=0; --Added for the Bug:10155464
714:
715: -- This function returns 'Y' if the budget has both resource and resource group level budgeting.

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

901: END IF;
902: x_return_status := 'S'; -- Initializing return status as Success.
903:
904: -- Bug 2386041
905: -- Since we are calling the PA_BUDGET_PUB utilities need to initialize some global variables
906: set_global_info;
907: -- Bug 2386041
908:
909: -- Bug 3770971..need to set the profile values for "PA: Cross Project User - Update" and

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

978: ,x_return_status
979: ,x_err_stage) THEN
980:
981: IF L_DEBUG = 'Y' THEN
982: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.delete_draft_budget','C');
983: END IF;
984:
985: pa_budget_pub.delete_draft_budget(p_api_version_number => 1.0
986: ,p_init_msg_list => 'T'

Line 985: pa_budget_pub.delete_draft_budget(p_api_version_number => 1.0

981: IF L_DEBUG = 'Y' THEN
982: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.delete_draft_budget','C');
983: END IF;
984:
985: pa_budget_pub.delete_draft_budget(p_api_version_number => 1.0
986: ,p_init_msg_list => 'T'
987: ,p_msg_count => x_msg_count
988: ,p_msg_data => x_err_stage
989: ,p_return_status => x_return_status

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

1227: End if ;
1228:
1229: IF L_DEBUG = 'Y' THEN
1230: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - End of date calculation logic','C');
1231: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.create_draft_budget','C');
1232: END IF;
1233:
1234: --Call budget API to create draft budget
1235:

Line 1285: pa_budget_pub.create_draft_budget(p_api_version_number => 1.0

1281: END IF;
1282:
1283: -- Added the code for Bug:10155464 (end)
1284:
1285: pa_budget_pub.create_draft_budget(p_api_version_number => 1.0
1286: ,p_init_msg_list => 'T'
1287: ,p_msg_count => x_msg_count
1288: ,p_msg_data => x_err_stage
1289: ,p_return_status => x_return_status

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

1322: -- Call PA's Budget API to Baseline this budget since the Project Budget should
1323: -- automatically be baselined when the Award Budget is baselined.
1324:
1325: IF L_DEBUG = 'Y' THEN
1326: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.baseline_budget','C');
1327: END IF;
1328:
1329: pa_budget_pub.baseline_budget( p_api_version_number => 1.0,
1330: p_init_msg_list => 'T',

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

1325: IF L_DEBUG = 'Y' THEN
1326: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Calling pa_budget_pub.baseline_budget','C');
1327: END IF;
1328:
1329: pa_budget_pub.baseline_budget( p_api_version_number => 1.0,
1330: p_init_msg_list => 'T',
1331: p_msg_count => x_msg_count,
1332: p_msg_data => x_err_stage,
1333: p_return_status => x_return_status,