DBA Data[Home] [Help]

APPS.EAM_WB_UTILS dependencies on EAM_ERROR_MESSAGE_PVT

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

366: , x_eam_request_tbl => l_out_eam_request_tbl
367:
368: -- error handling parameters
369: , p_commit => 'Y'
370: -- , x_error_msl_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.error_tbl_type
371: , x_return_status => p_return_status
372: , x_msg_count => l_msl_count
373: , p_debug => NVL(fnd_profile.value('EAM_DEBUG'), 'N')
374: , p_debug_filename => 'convertwo2.log'

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

381: -- This commit is for work orders and deletion of suggestions
382: commit;
383:
384:
385: EAM_ERROR_MESSAGE_PVT.Get_Message(l_message_text, l_entity_index, l_entity_id, l_message_type);
386:
387: IF( l_slog ) THEN
388: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,'Return status:' || p_return_status);
389: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,'Error message:' || SUBSTRB(l_message_text,1,200));

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

646: , x_eam_request_tbl => l_out_eam_request_tbl
647:
648: -- error handling parameters
649: , p_commit => 'N'
650: -- , x_error_msl_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.error_tbl_type
651: , x_return_status => p_return_status
652: , x_msg_count => l_msl_count
653: , p_debug => NVL(fnd_profile.value('EAM_DEBUG'), 'N')
654: , p_debug_filename => 'convertwo2.log'

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

655: , p_output_dir => l_output_dir
656:
657: );
658:
659: EAM_ERROR_MESSAGE_PVT.Get_Message(l_message_text, l_entity_index, l_entity_id, l_message_type);
660:
661: IF( l_slog ) THEN
662: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,'Return status:' || p_return_status);
663: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,'Error message:' || SUBSTRB(l_message_text,1,200));