DBA Data[Home] [Help]

APPS.GMS_BUDGET_CORE dependencies on GMS_BUDGET_PUB

Line 951: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Calling gms_budget_pub.summerize_project_totals','C');

947: 275, null, null) ;
948: -- End copying attachments
949:
950: IF L_DEBUG = 'Y' THEN
951: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Calling gms_budget_pub.summerize_project_totals','C');
952: END IF;
953:
954: gms_budget_pub.summerize_project_totals(x_dest_version_id,
955: x_err_code,

Line 954: gms_budget_pub.summerize_project_totals(x_dest_version_id,

950: IF L_DEBUG = 'Y' THEN
951: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Calling gms_budget_pub.summerize_project_totals','C');
952: END IF;
953:
954: gms_budget_pub.summerize_project_totals(x_dest_version_id,
955: x_err_code,
956: x_err_stage,
957: x_err_stack);
958: if (x_err_code <> 0) then

Line 960: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to gms_budget_pub.summerize_project_totals returned failed status','C');

956: x_err_stage,
957: x_err_stack);
958: if (x_err_code <> 0) then
959: IF L_DEBUG = 'Y' THEN
960: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Call to gms_budget_pub.summerize_project_totals returned failed status','C');
961: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Value of x_err_code '||x_err_code,'C');
962: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Value of x_err_stage '||x_err_stage,'C');
963: END IF;
964: rollback to before_baseline;

Line 1107: GMS_BUDGET_PUB.delete_draft_budget(

1103:
1104:
1105: -- GMS_BUDGET_UTILS.delete_draft(x_dest_version_id,
1106:
1107: GMS_BUDGET_PUB.delete_draft_budget(
1108: p_api_version_number => 1.0,
1109: x_err_code => x_err_code,
1110: x_err_stage => x_err_stage,
1111: x_err_stack => x_err_stack,

Line 1393: gms_budget_pub.summerize_project_totals(x_dest_version_id,

1389: 275, null, null) ;
1390:
1391: -- End copying attachments
1392:
1393: gms_budget_pub.summerize_project_totals(x_dest_version_id,
1394: x_err_code,
1395: x_err_stage,
1396: x_err_stack);
1397:

Line 2387: gms_budget_pub.delete_budget_line(

2383: for budget_lines_rec in budget_lines_csr(x_version_id
2384: ,x_start_period_start_date
2385: ,x_end_period_end_date)
2386: loop
2387: gms_budget_pub.delete_budget_line(
2388: p_api_version_number => 1.0,
2389: x_err_code => x_err_code,
2390: x_err_stage => x_err_stage,
2391: x_err_stack=> x_err_stack,

Line 2467: gms_budget_pub.add_budget_line(

2463:
2464:
2465: if (nvl(x_burdened_cost,0) <> 0) then
2466:
2467: gms_budget_pub.add_budget_line(
2468: p_api_version_number => 1.0
2469: ,x_err_code => x_err_code
2470: ,x_err_stage => x_err_stage
2471: ,x_err_stack => x_err_stack

Line 2551: gms_budget_pub.add_budget_line(

2547: end if;
2548:
2549: if( nvl(x_burdened_cost,0) <> 0) then
2550:
2551: gms_budget_pub.add_budget_line(
2552: p_api_version_number => 1.0
2553: ,x_err_code => x_err_code
2554: ,x_err_stage => x_err_stage
2555: ,x_err_stack => x_err_stack

Line 2641: gms_budget_pub.add_budget_line(

2637: or (nvl(x_revenue,0) <> 0)) then */
2638:
2639: if (nvl(x_burdened_cost,0) <> 0) then
2640:
2641: gms_budget_pub.add_budget_line(
2642: p_api_version_number => 1.0
2643: ,x_err_code => x_err_code
2644: ,x_err_stage => x_err_stage
2645: ,x_err_stack => x_err_stack

Line 2725: gms_budget_pub.add_budget_line(

2721:
2722: APP_EXCEPTION.RAISE_EXCEPTION;
2723: end if;
2724: if (nvl(x_burdened_cost,0) <> 0) then
2725: gms_budget_pub.add_budget_line(
2726: p_api_version_number => 1.0
2727: ,x_err_code => x_err_code
2728: ,x_err_stage => x_err_stage
2729: ,x_err_stack => x_err_stack

Line 2806: gms_budget_pub.add_budget_line(

2802:
2803: APP_EXCEPTION.RAISE_EXCEPTION;
2804: end if;
2805: if (nvl(x_burdened_cost,0) <> 0) then
2806: gms_budget_pub.add_budget_line(
2807: p_api_version_number => 1.0
2808: ,x_err_code => x_err_code
2809: ,x_err_stage => x_err_stage
2810: ,x_err_stack => x_err_stack

Line 2890: gms_budget_pub.add_budget_line(

2886: APP_EXCEPTION.RAISE_EXCEPTION;
2887: end if;
2888: if (nvl(x_burdened_cost,0) <> 0) then
2889:
2890: gms_budget_pub.add_budget_line(
2891: p_api_version_number => 1.0
2892: ,x_err_code => x_err_code
2893: ,x_err_stage => x_err_stage
2894: ,x_err_stack => x_err_stack