DBA Data[Home] [Help]

APPS.GMS_SUMMARIZE_BUDGETS dependencies on FND_API

Line 469: RAISE FND_API.G_EXC_ERROR;

465: gms_error_pkg.gms_message( x_err_name => 'GMS_RESOURCE_LIST_ID_NOT_FOUND',
466: x_err_code => x_err_code,
467: x_err_buff => x_err_stage);
468: fnd_msg_pub.add;
469: RAISE FND_API.G_EXC_ERROR;
470:
471: WHEN TOO_MANY_ROWS then
472: x_return_status := 'U';
473:

Line 485: RAISE FND_API.G_EXC_ERROR;

481: x_token_val2 => sqlerrm,
482: x_err_code => x_err_code,
483: x_err_buff => x_err_stage);
484: fnd_msg_pub.add;
485: RAISE FND_API.G_EXC_ERROR;
486: -- End of changes for bug 2587078
487: END get_resource_list_id;
488: ----------------------------------------------------------------------------------------------
489: -- Bug 2587078 : Modified parameter name from x_err_code to x_return_status

Line 1011: RAISE FND_API.G_EXC_ERROR;

1007: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - after delete draft; x_msg_count = '||x_msg_count,'C');
1008: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - after delete draft; **************************','C');
1009: END IF;
1010:
1011: RAISE FND_API.G_EXC_ERROR;
1012:
1013: END IF;
1014:
1015: ELSE

Line 1017: RAISE FND_API.G_EXC_ERROR;

1013: END IF;
1014:
1015: ELSE
1016: IF x_return_status <> 'S' THEN
1017: RAISE FND_API.G_EXC_ERROR;
1018: END IF;
1019: END IF;
1020:
1021: IF L_DEBUG = 'Y' THEN

Line 1062: RAISE FND_API.G_EXC_ERROR;

1058:
1059: x_return_status := 'X' ; -- We pass 'X' for the return status instead of 'S' as the award summarization has not happened. We will display
1060: -- different message saying that only Budget baseline has happened.
1061: x_err_code := 2;
1062: RAISE FND_API.G_EXC_ERROR;
1063: RETURN ;
1064: end if ;
1065:
1066: If G_project_bem IS NULL and x_resource_list_id IS NOT NULL then -- Added for GMS enhancements

Line 1186: RAISE FND_API.G_EXC_ERROR;

1182: gms_error_pkg.gms_message( x_err_name => 'GMS_BU_NO_TASK_PROJ_DATE',
1183: x_err_code => x_err_code,
1184: x_err_buff => x_err_stage);
1185: fnd_msg_pub.add; -- Bug 2587078
1186: RAISE FND_API.G_EXC_ERROR;
1187:
1188: end if;
1189:
1190: end if;

Line 1318: RAISE FND_API.G_EXC_ERROR;

1314: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - after create draft; x_err_stage = '||x_err_stage,'C');
1315: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - after create draft; ************************','C');
1316: END IF;
1317:
1318: RAISE FND_API.G_EXC_ERROR;
1319:
1320: END IF;
1321: -- R11i Change
1322: -- Call PA's Budget API to Baseline this budget since the Project Budget should

Line 1366: RAISE FND_API.G_EXC_ERROR;

1362: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - after baseline budget; x_err_stage = '||x_err_stage,'C');
1363: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - after baseline budget; ************************','C');
1364: END IF;
1365:
1366: RAISE FND_API.G_EXC_ERROR;
1367:
1368: END IF;
1369:
1370: IF L_DEBUG = 'Y' THEN

Line 1383: WHEN FND_API.G_EXC_ERROR THEN

1379: l_set_profile_success2 := fnd_profile.save('PA_SUPER_PROJECT_VIEW', l_user_profile_value2, 'USER', fnd_global.user_id);
1380: end if;
1381:
1382: EXCEPTION
1383: WHEN FND_API.G_EXC_ERROR THEN
1384: IF L_DEBUG = 'Y' THEN
1385: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSION - In FND_API.G_EXC_ERROR exception','C');
1386: END IF;
1387: RETCODE := x_return_status;

Line 1385: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSION - In FND_API.G_EXC_ERROR exception','C');

1381:
1382: EXCEPTION
1383: WHEN FND_API.G_EXC_ERROR THEN
1384: IF L_DEBUG = 'Y' THEN
1385: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSION - In FND_API.G_EXC_ERROR exception','C');
1386: END IF;
1387: RETCODE := x_return_status;
1388: gms_error_pkg.gms_debug('GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - x_return_status ----- : '|| x_return_status,'C');
1389: ERRBUF := x_err_stage;