[Home] [Help]
3020: , x_eam_op_comp_tbl => l_out_eam_op_comp_tbl
3021: , x_eam_request_tbl => l_out_eam_request_tbl
3022:
3023: , p_commit => 'N'
3024: -- , x_error_msl_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.error_tbl_type
3025: , x_return_status => p_return_status
3026: , x_msg_count => l_msl_count
3027: , p_debug => NVL(fnd_profile.value('EAM_DEBUG'), 'N')
3028: , p_debug_filename => 'convertwo.log'
3030:
3031: );
3032:
3033:
3034: EAM_ERROR_MESSAGE_PVT.Get_Message(l_message_text, l_entity_index, l_entity_id, l_message_type);
3035: debug('Return status:' || p_return_status);
3036: debug('Error message:' || SUBSTRB(l_message_text,1,200));
3037: IF( l_slog ) THEN
3038: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,'Return status:' || p_return_status);