DBA Data[Home] [Help]

APPS.EAM_WB_UTILS dependencies on EAM_ERROR_MESSAGE_PVT

Line 421: -- , x_error_msl_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.error_tbl_type

417: , x_eam_request_tbl => l_out_eam_request_tbl
418:
419: -- error handling parameters
420: , p_commit => 'Y'
421: -- , x_error_msl_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.error_tbl_type
422: , x_return_status => p_return_status
423: , x_msg_count => l_msl_count
424: , p_debug => NVL(fnd_profile.value('EAM_DEBUG'), 'N')
425: , p_debug_filename => 'convertwo2.log'

Line 436: EAM_ERROR_MESSAGE_PVT.Get_Message(l_message_text, l_entity_index, l_entity_id, l_message_type);

432: -- This commit is for work orders and deletion of suggestions
433: commit;
434:
435:
436: EAM_ERROR_MESSAGE_PVT.Get_Message(l_message_text, l_entity_index, l_entity_id, l_message_type);
437:
438: IF( l_slog ) THEN
439: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,'Return status:' || p_return_status);
440: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,'Error message:' || SUBSTRB(l_message_text,1,200));

Line 702: -- , x_error_msl_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.error_tbl_type

698: , x_eam_request_tbl => l_out_eam_request_tbl
699:
700: -- error handling parameters
701: , p_commit => 'N'
702: -- , x_error_msl_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.error_tbl_type
703: , x_return_status => p_return_status
704: , x_msg_count => l_msl_count
705: , p_debug => NVL(fnd_profile.value('EAM_DEBUG'), 'N')
706: , p_debug_filename => 'convertwo2.log'

Line 711: EAM_ERROR_MESSAGE_PVT.Get_Message(l_message_text, l_entity_index, l_entity_id, l_message_type);

707: , p_output_dir => l_output_dir
708:
709: );
710:
711: EAM_ERROR_MESSAGE_PVT.Get_Message(l_message_text, l_entity_index, l_entity_id, l_message_type);
712:
713: IF( l_slog ) THEN
714: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,'Return status:' || p_return_status);
715: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,'Error message:' || SUBSTRB(l_message_text,1,200));