DBA Data[Home] [Help]

APPS.GMS_SUMMARIZE_BUDGETS dependencies on FND_MSG_PUB

Line 468: fnd_msg_pub.add;

464: x_err_stage := 'GMS_SUMMARIZE_BUDGETS.GET_RESOURCE_LIST_ID- In NO_DATA_FOUND exception';
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';

Line 484: fnd_msg_pub.add;

480: x_token_name2 => 'SQLERRM',
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: ----------------------------------------------------------------------------------------------

Line 530: fnd_msg_pub.add;

526: x_err_stage := 'GMS_SUMMARIZE_BUDGETS.DRAFT_BUDGET_EXISTS- In TOO_MANY_ROWS exception';
527: gms_error_pkg.gms_message( x_err_name => 'GMS_DUP_DRAFT_SUB_BUDGET',
528: x_err_code => x_err_code,
529: x_err_buff => x_err_stage);
530: fnd_msg_pub.add;
531: RETURN FALSE;
532: WHEN OTHERS THEN
533: x_return_status := 'U';
534: x_err_stage := 'GMS_SUMMARIZE_BUDGETS.DRAFT_BUDGET_EXISTS- In others exception';

Line 542: fnd_msg_pub.add;

538: x_token_name2 => 'SQLERRM',
539: x_token_val2 => sqlerrm,
540: x_err_code => x_err_code,
541: x_err_buff => x_err_stage);
542: fnd_msg_pub.add;
543: RETURN FALSE;
544: -- End of changes for bug 2587078
545: END draft_budget_exists;
546: -----------------------------------------------------------------------------------------------------------

Line 1185: fnd_msg_pub.add; -- Bug 2587078

1181: x_err_stage := 'GMS_SUMMARIZE_BUDGETS.SUMMARIZE_BASELINED_VERSIONS - Error occurred while fetching dates';
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: