DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on EAM_EXECUTION_JSP

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

303: x_error_mssg =>x_error_msg );
304:
305:
306: if (x_err_flag = 1) then
307: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => x_error_msg);
308: x_return_status := FND_API.G_RET_STS_ERROR;
309: return;
310: elsif (x_err_flag = 2) then
311: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_CANNOT_DELETE_RESOURCE',

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

307: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => x_error_msg);
308: x_return_status := FND_API.G_RET_STS_ERROR;
309: return;
310: elsif (x_err_flag = 2) then
311: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_CANNOT_DELETE_RESOURCE',
312: p_token1=>'EAM_RET_MAT_PROCESS_MESSAGE', p_value1=>x_error_msg);
313: x_return_status := FND_API.G_RET_STS_ERROR;
314: return;
315: end if; -- end of x_error_flag check

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

446: ) then
447: rollback to before_insert_mti;
448: x_return_status := x_wip_ret_status;
449: if x_error_mssg1 is not null then
450: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_WO_API_MESG',
451: p_token1=>'MESG', p_value1=>x_error_mssg1);
452: end if;
453: return;
454: --fix for 3454251.error out even if the return code is -1

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

455: elsif(l_txmgr_ret_code=-1) then
456: rollback to before_insert_mti;
457: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
458: if x_error_mssg1 is not null then
459: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_WO_API_MESG',
460: p_token1=>'MESG', p_value1=>x_error_mssg1);
461: end if;
462: return;
463: end if;

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

627: p_data => x_msg_data);
628: EXCEPTION
629: /* Added for bug 4041420 - Start */
630: WHEN NO_ACCT_PERIOD_EXC THEN
631: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_TRANSACTION_DATE_INVALID');
632: x_return_status := FND_API.G_RET_STS_ERROR;
633: /* Added for bug 4041420 - End */
634: WHEN OTHERS THEN
635: ROLLBACK TO PROCESS_MMTT;