DBA Data[Home] [Help]

APPS.EAM_COMPLETION dependencies on EAM_EXECUTION_JSP

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

309: /* Added for bug no :2911698
310: Since the error message is not getting added into the message stack
311: */
312: if(errCode <> 0 and errMsg is not null) then
313: eam_execution_jsp.add_message(p_app_short_name => 'EAM',p_msg_name =>
314: 'EAM_RET_MAT_PROCESS_MESSAGE',p_token1=> 'ERRMESSAGE',
315: p_value1 => errMsg);
316: end if;
317: