DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on EAM_EXECUTION_JSP

Line 516: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => x_error_msg);

512: x_error_mssg =>x_error_msg );
513:
514:
515: if (x_err_flag = 1) then
516: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => x_error_msg);
517: x_return_status := FND_API.G_RET_STS_ERROR;
518: return;
519: elsif (x_err_flag = 2) then
520: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_CANNOT_DELETE_RESOURCE',

Line 520: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_CANNOT_DELETE_RESOURCE',

516: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => x_error_msg);
517: x_return_status := FND_API.G_RET_STS_ERROR;
518: return;
519: elsif (x_err_flag = 2) then
520: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_CANNOT_DELETE_RESOURCE',
521: p_token1=>'EAM_RET_MAT_PROCESS_MESSAGE', p_value1=>x_error_msg);
522: x_return_status := FND_API.G_RET_STS_ERROR;
523: return;
524: end if; -- end of x_error_flag check

Line 669: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_WO_API_MESG',

665:
666: rollback to before_insert_mti;
667: x_return_status := x_wip_ret_status;
668: if x_error_mssg1 is not null then
669: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_WO_API_MESG',
670: p_token1=>'MESG', p_value1=>x_error_mssg1);
671: end if;
672: return;
673: --fix for 3454251.error out even if the return code is -1

Line 686: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_WO_API_MESG',

682: END;
683: rollback to before_insert_mti;
684: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
685: if x_error_mssg1 is not null then
686: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_WO_API_MESG',
687: p_token1=>'MESG', p_value1=>x_error_mssg1);
688: end if;
689: return;
690: end if;

Line 858: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_TRANSACTION_DATE_INVALID');

854: p_data => x_msg_data);
855: EXCEPTION
856: /* Added for bug 4041420 - Start */
857: WHEN NO_ACCT_PERIOD_EXC THEN
858: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_TRANSACTION_DATE_INVALID');
859: x_return_status := FND_API.G_RET_STS_ERROR;
860: /* Added for bug 4041420 - End */
861: WHEN OTHERS THEN
862: ROLLBACK TO PROCESS_MMTT;